DEV Community

Discussion on: There is no ‘wrong’ way to develop software | Amoenus Dev

Collapse
 
elmuerte profile image
Michiel Hendriks • Edited

But there are a lot of wrong ways to develop software. The challenge is to find the way which is the least wrong (within the available sensible constraints).
I am not convinced anybody has found the right way, yet.

Collapse
 
amoenus profile image
Romans Pokrovskis

In some extreme examples, maybe.
In big projects, however, I often find business logic in UI components, untested code or hardcoded magic numbers sprinkled throughout. And still, the application is 'in production' earning money and providing value to the customer.
We introduce technical debt all the time but sometimes being purist costs more.