DEV Community

Discussion on: What are your guiding principles in software development?

Collapse
 
jaimemateo profile image
Jaime Mateo • Edited

In the last times in my team we are approaching a principle of "divide and conquer" for almost everything.

Taking this to a development example, the Pull Requests we make are very small (always under 300-500 lines of code). Then we end with a lot of pull requests that are very easy to review and this makes the team much more agile.