|
|
|
Ask HN: Company Failed from Poor Code?
|
|
2 points
by lfmunoz4
588 days ago
|
|
Have you been at a company that failed from poor code quality? We all know the importance of code quality but it is very difficult to quantify. Many companies have average code quality and seem to do fine. To understand this better please share your experience when working with poor code quality and what was the breaking point. Also share what language and technologies were used and if managers were forcing language choices or making bad decisions. Also if from experience give your opinion if certain technology leads to poor quality. For example I think JavaScript leads to bad code quality. Mangers will want to use JavaScript because they think it is faster to write and can find more qualified candidates. They don't realize that good programmers should be able to write code in any language and that code writing efficiency is significantly less important than code reading efficiency. |
|
A couple of cents I'd throw in, though:
Security holes are a marker of poor quality code and depending on the business sector that can break a business (healthcare, net security, VPN etc.). I don't have a clear case in mind, but it seems plausible.
JavaScript is fine as a language, the problem is the proficiency and understanding developers writing it have. I've seen terrible .NET and Java code that is just as bad as any JavaScript code I've encountered and the common denominator has always been outsourcing. Having worked for a consultancy in the past, I know they pass iOS developers as React Developers to get contracts and vice-versa. You can bet the code they write isn't the best.
If it helps, this doesn't end at software. It happens in all sectors due to the pull of profits. Remember the Yugo?