Hacker News new | ask | show | jobs
by theWreckluse 1122 days ago
Let’s see how it does when it’s constantly worked on to add new features, etc.
3 comments

Features are the problem.

Stop adding features.

Make packages as best you can, such that, If you really want something added on, it's a separate package to add on.

That is a maintenance nightmare
And every few months someone wants to switch to a new framework or module for one specific reason and then the codebase is riddled with 10 different ways to do the same thing.
Why would it need new features. It was written to solve a business problem. The problem is still there, the solution still works.