|
|
|
|
|
by jonnypotty
1912 days ago
|
|
I think it's saying simple, dogmatic rules aren't a good idea and don't reduce complexity. Trusting a dev to not write functions that are unreasonably complex IS a good rule if you spend the time to check and review code. Fitting your code around a load of "best practices" will basically always increase complexity because you've expanded the list of requirements the code has to conform to. |
|