|
|
|
|
|
by Griffinsauce
1666 days ago
|
|
> Devs will build software until they can no longer do so because the codebase is larger than their collective abilities to manage. I'm developing a principle of radical simplicity to attempt to combat this: always keep things absolutely as simple as they can be. It is always easy to add complexity later, never to remove it. So the only conscientious choice you can make is to keep things as simple as possible while satisfying the requirements. You should also critically evaluate requirements that introduce complexity. Also, I don't think people mention this enough here: complexity == bugs. |
|