|
|
|
|
|
by ak39
2495 days ago
|
|
Building good software requires mainly achieving two things: 1. Making sure what you build is what was really requested (correct), and 2. Making sure what you've built doesn't have a higher running "cost" than the thing it replaced (either manual process or old automated solutions). Everything else, IME, is ancillary. Performance, choice of platform, frameworks, methodology to build, maintainability etc are sub-objectives and should never be prioritized over the first two objectives. I have worked on many projects where the team focussed mostly on the "how to build" parts and have inevitably dropped the ball on the "what" to build of the projects. Result: failure. Sauce: personal experience with several years of different projects (n = 1; episodes = 20+ projects that have gone live and have remained live versus 100+ projects lying by the wayside). Writing software is not easy. |
|