|
|
|
|
|
by FpUser
837 days ago
|
|
>"When a feature needs to be added that can just be tacked onto the code, do it without touching anything else." In few lucky cases. In real life new feature is most likely change in behavior of already existing one and suddenly you have to do some heavy refactoring in numerous places. |
|
one thing I always do is throwaway major refactors. its the fastest way for me to learn what the structure is, what depends on what, and what's really kinky. and I might just learn enough to do it for real should it become necessary.