2
votes
Computer Language puns and jokes
Another koan:
The venerable master Qc Na was walking with his student, Anton. Hoping to prompt the master into a discussion, Anton said "Master, I have heard that objects are …
1
vote
What do you use to keep notes as a developer?
I use a combination of physical notebooks, Emacs modes and LaTeX (just so that I do not lose my typesetting skills - they're invaluable.)
…
2
votes
Python, beyond the basics
The Python Cookbook is absolutely essential if you want to master idiomatic Python. Besides, that's the book that made me fall in love with the language.
…
0
votes
What are good projects to develop C skills?
Just rewrite all Unix utilities. You'll get an epiphany that I won't want to spoil right now.
…
2
votes
7
votes
0
votes
What is the single software company that you most want to work for? Why?
ITA Software: they do highly algorithmic stuff.
…
2
votes
Is there a best coding style for identations (same line, next line)?
Linus explains it really well in the Linux kernel coding style guide.
note that this brace-p …
6
votes
3
votes
What real life bad habits has programming given you?
I needed to watch Wall-E (or any other Pixar movie, for the matter) ten times before I could pay attention to the story: I spent most of my time trying to figure out the polygon count.
…
32
votes
How do you advance beyond being an ‘advanced’ programmer?
You can reassess your proficiency by looking at this Programmer Comptency Matrix.
…
1
vote
Amazing programming achievements
The Lone TeXnician, who -- all by himself -- put up a convincing entry for the ICFP contest written co …
11
votes
The single most useful Emacs feature
yasnippets
Textmate-like refactoring functionality for Emacs.
…
3
votes
What coding mistakes are a telltale giveaway of an inexperienced programmer?
Using constants in code and wildly hunting for them whenever they need to be changed.
…
-4
votes
What programming language should be taught in Computer Science 101?
None. They should have learned to program in high school.
…
