0
votes
What is the single most effective thing you did to improve your programming skills?
I switched to an editor with syntax highlighting, contextual autocomplete ("intellisense", etc), and automatic indentation. This has had a greater positive effect on the efficiency of my code prod …
0
votes
Best way to manage Multiple Windows?
Multiple desktops and good window management features (always on top, always on bottom, display on all desktops, etc) do wonders for productivity.
Keeping small utility windows Always On To …
1
vote
Best javascript combo box?
I like the Yahoo UI Autocomplete widget. It does not provide the dropdown natively, but a dropdown button can be added wit …
4
votes
Should I learn what the market wants, or what I think is cool?
Learn what you enjoy, first. If you start off forcing yourself to learn a language you do not like, you are more likely to give up. Enjoying yourself is a major part of getting started in any ski …
2
votes
What is the worst comment you have ever read in code, and why, and what should have been written?
Ignoring comments of no worth, such as jokes and art, I think the top of this list should be...
Every comment that is factually incorrect. Documentation for a function or code block that i …
4
votes
What’s the highest-level math you’ve used in the real world?
Differential equations, for moving part speeds in a number of multi-lever mechanical arrangements in my hobby electromechanical projects.
…
4
votes
How do you think our grandchildren will program in 2080?
Ignoring the possibility of a technological singularity, it is hard to deny that technology is increasing at a gr …
2
votes
Scripting languages
For me, the single feature most conducive to rapid development, which most scripting languages have and most compiled languages do not, is the ability to break the application while it is running, …
13
votes
What real life bad habits has programming given you?
Like the old joke about good programmers, I often catch myself looking both ways before crossing a one-way street.
Not sure if you would consider that habit "bad".
…
1
vote
Can error correction codes constitute an entertaining game?
Another way to look at the overspecification in the final result is to consider the original state as the result of a compression algorithm.
…
1
vote
Can error correction codes constitute an entertaining game?
Representing arbitrary data as a sudoku puzzle is not particularly feasible as the total number of sudoku grids (and thus, the number of distinct pieces of information that could be represented by …
0
votes
Have you ever turned-down morally questionable or unethical web work?
I have no qualms about "morally questionable", but I do not do work that crosses my non-moral principles. That is, I have rejected potential work for domain squatters and a debt collection company …
0
votes
Why do language converters suck?
You consider only the simplest case. A complete interpreter has to handle much more complicated cases, involving things like type promotion, GOTO, classes, etc...
…
2
votes
