in my opinion, writing unit tests is overrated. i think some developers put too much stock in unit testing and it gives them (and their managers, customers, and co-workers) a false sense of security. they end up wasting time and not really preventing as many bugs as they think it will. application logic changes and they have to write twice as much code to change the application and all of the tests that depended on t…
What's your most controversial programming opinion?
11–20 of 53 posts
Re: What's your most controversial programming opinion?
#12Re: What's your most controversial programming opinion?
#13Re: What's your most controversial programming opinion?
#14A: I have no interest in JavaScript and am fed up hearing about it. I assume that's increasingly controversial :)
Re: What's your most controversial programming opinion?
#15in my opinion, writing unit tests is overrated. i think some developers put too much stock in unit testing and it gives them (and their managers, customers, and co-workers) a false sense of security. they end up wasting time and not really preventing as many bugs as they think it will. application logic changes and they have to write twice as much code to change the application and all of the tests that depended on t…
Re: What's your most controversial programming opinion?
#16in my opinion, writing unit tests is overrated. i think some developers put too much stock in unit testing and it gives them (and their managers, customers, and co-workers) a false sense of security. they end up wasting time and not really preventing as many bugs as they think it will. application logic changes and they have to write twice as much code to change the application and all of the tests that depended on t…
Re: What's your most controversial programming opinion?
#17Re: What's your most controversial programming opinion?
#18The top items don't seem to be very controversial, but instead seem to be "things that good programmers think are true, and bad ones don't." Here's mine: if you haven't gone through a respectable 4 year CS program, odds are I'm not going to want to hire you since your brain isn't wired to think about algorithms and data structures instead of code and servers.
Re: What's your most controversial programming opinion?
#19A: I have no interest in JavaScript and am fed up hearing about it. I assume that's increasingly controversial :)
Just a few years ago Javascript had a horrible reputation. It's funny how the more people learn Javascript, the more it is considered as a great language. I guess it's some form of Stockholm syndrome.
Re: What's your most controversial programming opinion?
#20Earlier quoted context omitted.
Just a few years ago Javascript had a horrible reputation. It's funny how the more people learn Javascript, the more it is considered as a great language. I guess it's some form of Stockholm syndrome.
Or, alternatively, the more people who learn Javascript learn it's actually really good.