|
|
|
|
|
by jerrygoyal
847 days ago
|
|
Is there an article that teaches how to approach coding with future expansions in mind? It's understood that predicting all future features is impossible. Writing code for the product's current state often results in extensive refactoring when new functionalities are introduced. |
|
My advice would be to make the code easy to understand and relatively un-entangled. Those make the inevitable refactorings easier.