|
|
|
|
|
by foxylad
2584 days ago
|
|
After thirty years of software development, the one principle that keeps recurring is Donald Knuth's "Premature optimization is the root of all evil". It applies on so many levels, including whether to go all in on any software engineering methodology. For instance, applying SOLID principles to your personal side project is counter-productive; but if it grows into a multi-developer project you might well gain efficiencies by rationalising your code structure. |
|