Leon Bambrick has an interesting post 8 ways to be a better programmer in 6 minutes. Even if you don’t agree with Leon’s tips, they’re interesting, and thought provoking. In the same spirit, here’s some more tips for you… though some of these might take more than 6 minutes to do.

Learn the Keys

Take that menu item you select every five minutes and find the keystroke that has the same effect. Practice using that keystroke instead of the menu item for all of today, and tomorrow as well.

Pretty quickly, you’ll internalise the keystroke – retraining your muscle memory – and you’ll be more productive.

Ask “Why do we do this?”

Is there some development practice you follow that you don’t understand?

Perhaps a practice that is mandated where you work, but with no explanation, or maybe some advice you follow because it seems like a good idea.

Take the time to find out what motivates the practice. Where did it come from? Why was the practice first adopted? Do you still get value from the practice?

Start Using Source Control

If you’re not already using source control, pick a tool and start using it – whether you use Team System, Subversion, Git or Mercurial is much less important than using something.

Or, if you’re already using source control, learn about one new feature of your source control tool and how it works.

Improve your tools

Make one change to improve your toolset.

Not running commandline builds? Write a batch file. Already have a batch file? Write a NAnt script? (or an Ant script). Have a build script, but not continuous integration? – try out TeamCity (the professional edition is free).

If you use Notepad all the time, try using Notepad++, ConTEXT or Crimson.

Visual Studio user? Start writing your own snippets, set up a margin guide, or give Resharper a trial run.

Comments

blog comments powered by Disqus
Next Post
Struct Weirdness  11 Feb 2009
Prior Post
Using Lambdas as Event Handlers  09 Feb 2009
Related Posts
Browsers and WSL  31 Mar 2024
Factory methods and functions  05 Mar 2023
Using Constructors  27 Feb 2023
An Inconvenient API  18 Feb 2023
Method Archetypes  11 Sep 2022
A bash puzzle, solved  02 Jul 2022
A bash puzzle  25 Jun 2022
Improve your troubleshooting by aggregating errors  11 Jun 2022
Improve your troubleshooting by wrapping errors  28 May 2022
Keep your promises  14 May 2022
Archives
February 2009
2009