Search Results

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.) …
0
votes

best IDE for ruby on rails

I think DHH was a very early adopter of and code contributor to TextMate, and he still uses it. But I prefer to use Emacs. …
0
votes

What is the single software company that you most want to work for? Why?

ITA Software: they do highly algorithmic stuff. …
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. …