1
vote
Should programmers start with basic
I'm of the opinion that there are two sets of essential pieces of knowledge a programmer should have; the basics, i.e. statements, variables, conditionals, looping, etc. - all the staples of standa …
15
votes
What is the single most effective thing you did to improve your programming skills?
Hack on some open source project for a few months; the larger the better. When you're interacting with some highly opinionated, geographically diverse people who don't know you, you can't help but …
1
vote
SQL coding style guide
I also prefer having commands, functions and other reserved words in capitals, with identifiers in lowercase.
It's helpful to be able to spot the difference, especially if you're keying or …
0
votes
Why should I have two monitors?
Personally, I don't find having two monitors makes me more productive at all; in fact, I find it confusing and I dislike having to move my head slightly every so often, but that's just me.
…
0
votes
Do you leave historical code commented out in classes that you update?
Source code control makes this a non-issue; commented out code is dead code, and dead code should be dropped. If it turns out that this was a mistake, revert to a previous version and fix it up fro …
0
votes
Which is the best LINUX distribution for an all time Windows user
If Windows is what you're comfortable with, why are you switching?
…
7
votes
What are the traits that you look for in a software developer?
Curiosity; a desire to find out how something works, which is, I think, a desirable trait for any engineer.
…
0
votes
Why do software engineers hate writing documentation?
Not all software engineers hate writing documentation; most good ones will accept it's an important part of the process, and will often use tools and techniques such as generating documentation fro …
2
votes
0
votes
Building an Addictive Site
Develop heroin content or similar must-have feature
Slap a load of adverti …
-2
votes
What’s the program you’ve really wanted to write but never found the time?
A program to write all the other little programs I don't have the time for.
…
0
votes
Javascript clarity of purpose
Don't forget that when you write (or come across) a particularly esoteric bit of code, you should probably consider explaining what it's doing (and why it's doing it) with a quick comment, which wi …
3
votes
Grady Booch: Hero or heretic?
Oooh, horrendously subjective question about a notable figure in the industry? Holy flamewar, Batman!
Why don't you read some of what Booch has to say, and read what some of those who crit …
1
vote
Which is the best software for creating html prototype?
If you mean a simple prototype of a web site that you can show off in a browser, then any old WYSIWYG-style HTML editor would do the job, although if you make the effort to write things as cleanly …
1
vote
Is there real value in multi-touch interface for a desktop?
You'll have to pry my keyboard out of my cold, dead hands.
IT professionals, productivity workers and software developers are infinitely more productive with a real keyboard than anything e …
