Hacker News new | ask | show | jobs
by SandB0x 1725 days 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.

1 comments

Thanks 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?”.