What's your most controversial programming opinion?
31–40 of 53 posts
Re: What's your most controversial programming opinion?
#32Also: One line code comments in front of a block of code should actually be converted into function calls that execute the described functionality. (comment is made redundant)
Re: What's your most controversial programming opinion?
#33I was coming from kind of a dictator view where I accept patches rather than blindingly letting people commit changes to projects i'm responsible for.
Re: What's your most controversial programming opinion?
#34Re: What's your most controversial programming opinion?
#35(But I can't see a path from here to there. Especially one that involves getting paid to write an OS worth using.)
Re: What's your most controversial programming opinion?
#36I've seen lots of failed projects with smart, super-conscientious developers, who wouldn't write a method without a test. And others with programmers that frequently copied code, used globals for side effects, basically did everything they tell you not to do, but they produced programs that people loved using.
The difference was rapid iteration with real customers. This flushed out important bugs, even with code that was written in a way that was prone to be buggy. But more importantly, the developers quickly understood the product in a more global sense -- what was relevant to users and what wasn't. I suspect rapid iteration can turn even mediocre developers into stars.
It's important to recognize that good practices are about tradeoffs. The truly good developer is not the one that never copies code; it's the one that knows when it is the more fruitful course of action. So in a way, you need to be brilliant to get away with being sloppy.
Re: What's your most controversial programming opinion?
#37Earlier 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.
Re: What's your most controversial programming opinion?
#38The 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?
#39So can we assume that the most highly-voted are actual the least controversial? This is kind of interesting.
Re: What's your most controversial programming opinion?
#40Earlier 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.