Ask HN: What Makes Software Great?
11–15 of 15 posts
Re: Ask HN: What Makes Software Great?
#12Re: Ask HN: What Makes Software Great?
#13Re: Ask HN: What Makes Software Great?
#14I think great software is all about organization, code should be predictable. Legacy code should not become a problem over time, it should provide a solid foundation for growth. Poorly organized code will set you up for failure.
Re: Ask HN: What Makes Software Great?
#15Two totally different topics really, but narrowing down what question you are trying to ask seems more important here.
With that said, I think a good code base is necessary if you don’t have good software yet. You need to be able to try things in a relatively painless way so you can iterate.
Software can also be good and bad at the same time. AWS is great for scaling, but terrible developer experience. Things can be both things at once, or even three things (their codebase could be immaculate, or not).
Seems like a trite conversation when we try to generalize it. Everything is so case-dependent with this stuff.