|
|
|
|
|
by jcun4128
1639 days ago
|
|
Not sure if you mean maintainability/ability to add future stuff. With that in mind for me it's to do some form of breaking things up so the side effects/remembering is low. Sucks to make a change and have to remember how everything works. In this case tests are nice for regression. |
|