|
|
|
|
|
by bacza2
1490 days ago
|
|
The problem is simple means diffrent thing in a small codebase than in a big one.
A bunch of if statements in a code that is small enough to understand everything is ok but when it become big it's hard to understand flow of data. I do favor simple code but some complexity/abstracion is needed to make it easier to understand |
|
Obviously, getting that right makes subsequent developments much, much easier, but it's hardly a simple route to success.