5 ms·
> oftentimes I'm rewriting existing chunks of code to incorporate the new features because I chose a certain structure that no longer makes sense. You're doing
by SandB0x 5y ago
> oftentimes I'm rewriting existing chunks of code to incorporate the new features because I chose a certain structure that no longer makes sense.
You're doing it right.
> the client usually doesn't know what comes next until they need it.
Do you know what comes next? If not then designing for requirements that may not exist is likely to take your code in the wrong direction.
- rlayton2 5y agoThanks for the comment. > Do you know what comes next? Not really. As another comment put it “hey I need this car to work with both gas and diesel?”.