|
|
|
|
|
by idoubtit
1779 days ago
|
|
> Buggy, insecure, etc. Don't even talk about maintainability! > who cares? Some people want their whole website to work for all visitors, so they care about bugs.
Some people want their website to stay online and not to be misused by spammers and co, even for non-commercial sites, so they care about security.
Some people want their website to evolve for years, so they care about maintainability. Shipping junk code is delivering... Then a few years later, the owner wants to fix the bugs and add features, and they learn that no one wants to do it unless it's a full rewrite of the legacy code. They have to pay twice for the same features. |
|
I may be exaggerating but, as always, engineering is all about trade-offs.