Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tracking Useful Information

What do the clever programmers here do to keep track of handy programming tricks and useful information they pick up over their many years of experience? Things like useful compiler arguments, IDE short-cuts, clever code snippets, etc.

I sometimes find myself frustrated when looking up something that I used to know a year or two ago. My IE favorites probably represent a good chunk of the Internet in the late 1990s, so clearly that isn't effective (at least for me). Or am I just getting old?

So.. what do you do? ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

like image 600
Steve M Avatar asked Aug 20 '08 11:08

Steve M


1 Answers

Two Things I do:

  • I blog about it - this allows me to go back and search my own blog.
  • We use the code snippet feature in Visual Studio.

Cheers.

like image 134
Vaibhav Avatar answered Oct 03 '22 21:10

Vaibhav