Search Results

47
votes

What is the single most effective thing you did to improve your programming skills?

I think the most important thing you can do is make a conscious effort to improve. There's no single silver bullet, you have to keep looking for new sources of information, new experiences, and mo …
5
votes

What are your favorite Vim tricks?

Putting options in comments in a file to be edited. That way the specific options will follow the file. Example, from inside a script: # vim: ts=3 sw=3 et sm ai smd sc bg=dark nohlsearc …