vote up 406 vote down star
336

Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc?

I've fooled with Google Notebook, MS Onenote, TreePad, textfiles, and Evernote a bit (currently leaning toward Evernote). All have pros and cons but none seem to be really suited to developers. Is anyone super-happy with a collection / note system that's not just generic GTD, but with developer-centric utility?

Note: before posting an answer, check if your note-keeping method is already mentioned among the 400+ answers. Vote up existing posts instead of adding duplicates!

flag
1  
A text file or set of text files checked into a revision control system.... – Curt Sampson Jun 26 at 3:42
16  
Regarding **Note**: Do you really expect people to check 400+ answers to see if theirs is already mentioned? :) – Jonathan Sampson Aug 27 at 12:56
3  
@Jonathan Sampson: There are plenty of great suggestions, and SO provides sorting by votes or by newest. If an answer isn't worth a duplicate check amongst the great ones already posted, the answer isn't worth posting. – James Sep 15 at 14:20
show 2 more comments

423 Answers

prev 1 8 9 10 11 12 15 next
vote up 1 vote down
  • Pad and pencil for quick and arbitrary notes.
  • Whiteboard and camera for collaboration.
  • Flat text file for random thoughts and snippets (it's just always open in my editor, so no need to think about it)
  • Wiki for permanent notes (including the whiteboard photos)
  • freemind for organising disparate thoughts
link|flag
vote up 0 vote down

I use Mindtouch DekiWiki for all my programming and system management notes. By restoring backups of the (company) Wiki to a Virtual Machine on my MacBook, I can take my development notes anywhere.

link|flag
vote up 0 vote down

If it is something I know i am going to reference a lot and want to reference easily, i use a wiki.

If its something quick, notepad in windows or a pen/notebook.

link|flag
vote up 1 vote down

Over the years I have tried so many tools myself, I don't even know remember what I tried. I know that Google Notebook was among them, wikis (serveral) as well, Basecamp, Rememberthemilk, etc..

One important thing that I learned in the process was, that whatever tool I use, failure always came when I started slacking off. For example, I did not stick to my plan [using X] and that is what created F'ups down the road. It didn't really matter what I used, be it a wiki, or a moleskine or something else.

I am currently using the todo-list feature on my e71. And I have for the past year or so always used my phones capabilities to keep track of my tasks. I enter pretty much everything in there and set a due date etc.. This has helped me a lot. I syncronize my phone with an online calendar which I also update with whatever I have to do. This is as far as personal organization.

For keeping records on stuff I build and solutions to common problems, I currently employ my own PBWiki account.

What I generally like about the wiki approach is that the structure is very flexible. I can enter information, and re-organize it later on. It also allows me to restructure information when I think I need to. I usually organize my entered data weekly.

The only downside to a wiki is that you need Internet, and that you need to be dedicated about entering information later when there is no Internet currently. It's something I constantly struggle with. ;) The phone and wifi really help, but in the end it's up to me.

link|flag
vote up 0 vote down

A combinaison of a physical notepad and the windows notepad. I use windows notepad when I want to be able to copy/paste my notes. Other worthy notes are in my physical notepad which I can bring with me everywhere I go.

link|flag
vote up 0 vote down

I've been pretty successful with:

  • USB Drive
  • MS SyncToy (Sync between my USB Drive, Desktop, and Laptop)
  • CutePDF Writer in case I see an article that I want to archive
  • Wiki on a Stick for notes, to-do, etc
  • Notepad++ and text files for snippets
  • CodeKeep for online storage and sharing of snippets (integration with VS through their plugin is an enormous help)

I've tried Evernote, OneNote, etc but I always fear the file format... Wiki on a Stick is a single html file.

@Karthik Hariharan:
You are right that the single file things bloat and I did fail to mention that I do not use a single Wiki on a Stick for all things. I've got an intro html page that leads into multiple Wiki on a Stick instance. The intro page is a gasp frameset so that I've always got navigation to at least the top levels of my other sites. I have one wiki for gaming notes, one wiki for development reference, one wiki for recipes, one wiki for my blogging/writing notes, etc. (My work wiki is organized similarly by client and/or project.) I find this a minimal amount of work for staying away from specific file formats and staying with open html/javascript.

link|flag
vote up 0 vote down

This is a great thread and I will certainly be checking out some of these alternatives.

The solution I was using was to find a notetaker that consolidates to just one flat file and then use something like FolderShare or DropBox to sync it with my home, office, and laptop PCs.

The downside to this is that many of these single file things (like TiddlyWiki) don't scale very well over time. After 2 years, TiddlyWiki became so bloated and slow that I gave up the notetaking concept all together.

Now I actually use gasp Outlook tasks.

link|flag
vote up 0 vote down

Microsoft OneNote stored in the Solution and bound to source control.

link|flag
vote up 0 vote down

Also, I find it the easiest to use a physical notebook. I carry it around everywhere and add ideas as I go throughout my day. Then at the end of the day, I usually go on Google Docs and organize them on a document.

link|flag
vote up 0 vote down

ToDo comments in code and then I use the things application for tasks lists.... http://www.culturedcode.com/things/

link|flag
vote up 0 vote down

A plain text file or a dead-tree notebook. I normally take notes in the heat of the moment, so I prefer to keep it simple.

Everytime I tried something fancier (like Tomboy on GNOME), while it was nice at first, failed the purpose for me. It normally breaks my workflow, thus I stick to the simple text files.

link|flag
vote up 0 vote down

For keeping references handy I've been using an Excel file with multiple worksheets, e.g. Web, Db, C#, C++. Each worksheet has the following columns:

Subject | Title | Description | Source Link | Last Updated

link|flag
vote up 1 vote down

Anything that's handy and is available when I want to scribble -

be it my notepad, notebook, a file on PC, sticky notes, even wall :) .... whatever that helps jot down your thoughts without breaking it due to non availability of any thing in particular..

whats the point looking for a particular medium, which by the time you get, entire thought process is gone.

The only thing to care about, what ever you used, should be available for back reference !

link|flag
vote up 1 vote down

I make notes, lists, todos in text format, and either save these in a "doc" folder in the project folder, or right in the project folder itself if there are only one or two files. If I am using version control these get checked in with the project.

I typically use whatever basic text editor/reader comes with the OS that I am using at a particular moment: Mac OS TeachText/SimpleText, OS X TextEdit, Microsoft WordPad and Notepad, the cat command in BSD/Linux, Nedit, etc...

link|flag
vote up 1 vote down

I use my own product which I built with this in mind: TheKBase. It's multiple hierarchical, not unlike your brain.

It reads and writes pure XML and is very lightweight (but needs .Net 2.0 or better) and user-supported (i.e., free). I cannot imagine why people would use physical notebooks or notepad.exe when there are options like this around.

link|flag
vote up 1 vote down

The best "sticky-notes" app I have ever used (very lightweight and small notes with no window widgets wasting screen real-estate): AtNotes. Unfortunately, this application has been discontinued but you can still download it and use it. When I get my first MacBook, I will likely make use of the Desktop Widget feature for this same purpose, but on Windows: AtNotes rocks.

link|flag
vote up 0 vote down

I post useful/interesting code on my blog for me and others to reference later. Other than that I use Gmail (which has proven to be very useful) and also traditional Pen & Paper.

link|flag
vote up 0 vote down

I use a pen and paper, but the other day I found what I want for Christmas.

link|flag
vote up 1 vote down

i made a ratty little program i call InfoCache. it's written in delphi and uses the MS Access engine. it also uses the (somewhat frail) access replication. it presently has about 8000 entries in it. pretty cool. it's searchable & can contain UU Encoded binary files as well.

alt text

i should put the program itself on sourceforge but frankly it's not hard to write one yourself.

link|flag
vote up 1 vote down

I wrote ForestPad for this purpose.

link|flag
vote up 0 vote down

I use Evernote to keep all my code snippets, blog exerts and links. Evernote has the following features that made it great for my everyday note taking:

  • It has a very good search that works in pdf, images and text.
  • It has synchronization between all clients (PC, IPhone, MAC).
  • Web interface to see your notes on-line.
  • You can send notes to it from any email client.
link|flag
vote up 1 vote down

I always have NotePad running and save an "ideas" file each day.

link|flag
vote up 3 vote down

I'm surprised no one has mentioned Pocketmod yet. It's basically a DIY origami notebook. You can customize the pages to suit your needs. Personally, it's either lined pages or graph paper. I'll usually have a few in my backpack for different projects.

While on the computer, I'll send myself an e-mail with my note. Using GMail's search engine, I can usually find any note quickly.

link|flag
show 1 more comment
vote up 1 vote down

These days I use plain text files (I'll leave the vi vs. emacs debates for others). I have a dropbox account so the files get synched to each of my machines automagicly. Dropbox does revision tracking so I have at least a poor man version control on them. I am doing the same for todo lists as well.

link|flag
vote up 0 vote down

I use Evernote. I love the fact that I can get to my notes whether I on the Internet or not. Also, the text in graphics are searchable. Comes in handy for a photo of a Whiteboard.

link|flag
vote up 1 vote down

For getting my thoughts in order I use an outliner tool. On windows I currently use ecco pro. It's very old software (most recent build is over a decade old), but it works really well for putting down structured text. There are some word macro's to easily export to word.

link|flag
vote up 0 vote down

Just started to try out EverNote myself. So far, so good.

link|flag
vote up 1 vote down

In my head and in the code with comments...

link|flag
vote up 0 vote down

I have been using a A4 sheet of white board paper and thin white board pens. Then I will take a picture of an important note.

link|flag
vote up 0 vote down

If they are documentation type notes, I'll use a text file or Word doc in the project folder so it's available to all via source control. Personal notes, usually just a text file or a physical notepad, although I'm looking at Evernote and Onenote after reasing these responses.

link|flag
prev 1 8 9 10 11 12 15 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.