vote up 406 vote down star
334

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
15  
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 1 more comment

423 Answers

1 2 3 4 5 15 next
vote up 444 vote down

I like physical notebooks. Preferably small ones (4x6 or 5x8, not 8.5x11), permanently bound (spiral bound, book binding, etc.).

One notebook per project, typically, unless they're really small projects, in which case I reach for a partially used notebook and add to it.

I find it very helpful to grab a notebook off my shelf and re-read my maunderings from when I was thinking my way through something. Scribbling on paper lets me record partial thoughts instead of doing a 'finished' write-up. This lets me revisit my thought process in addition to the solutions I found -- and that tends to be more enlightening than merely recording a solution.

UPDATE: I'm extremely gratified at the response of my peers to this simple answer, and so I thought perhaps I should elaborate on my methods.

First off, I find the typical Moleskine notebooks to be too small, and they tend to be expensive. I usually use something like this one from Staples.

Top of each page: Project name, Page number, and Date I started writing on this page.

Daily: Draw a line across the page, and write the current date (and sometimes the time) down before adding more notes. It's helpful to see the gaps of time in working out ideas. And I often find my best ideas turn up just below one of these lines -- that is, after I've thought for a while and come up with something.

Review and Redact: If I've written out a few ideas of directions to go, and later I decide on one of them, I make sure to go back to the original list of ideas and add notes; specifically, I'll hilight the chosen solution somehow (underline, circle, etc.), and add a reference to the new page where I wrote down why I chose this solution. Also, I try to make these revision notes in a different color ink, or written at a different angle, or make them in some other way obviously not part of the old information.

Reference: If I flip back to look at something, I consider jotting down 'see pg. 13' so I don't have to go flipping around for that information again. I also never hesitate to refer to other project notebooks, noting them with 'See proj. Alpha, pg 23' or something similar. Sometimes I backlink that notebook as well, say in Alpha pg 23 a note 'Very helpful for proj Beta pg 7!'. These sorts of notes across projects are fairly rare.

I'm sure I've left out some of my other ideas and techniques. Perhaps others could add their ideas and techniques here as well? I know I'd appreciate hearing them!

link|flag
18  
How do you search physical notebooks? If you have collected many notebooks, >10, isn't it cumbersome to find specific things? – Brettski Sep 18 '08 at 17:50
30  
Same thing. I find it hilarious, actually.. We're programmers. Shouldn't we have built an amazing solution by now? It just proves.. technology can't solve everything. – Nick Stinemates Sep 18 '08 at 20:17
6  
I just went out and purchased my entire development team notebooks! We also have decided to have separate notebooks for our projects, meetings, and personal projects/notes. Thanks for the advice!!! – mattruma Sep 19 '08 at 12:34
9  
Not searchable, lame. – steveth45 Sep 21 '08 at 20:34
13  
I can't say how many times I've uttered the words, "Man, am I glad I wrote that down last week." – Ryan Thames Dec 9 '08 at 5:50
show 27 more comments
vote up 222 vote down

Start a blog. This way, not only you benefit, but so do others who may have the same problem. There are also combination blog/wiki systems, ranging from Drupal to Hiki. Also, consider that having your notes on a host (with regular back ups) will ensure that they survive you dropping your laptop down a flight of concrete stairs, and that they will be available even when you're away from your primary working machine.

Oh, and some people really like mind maps for brainstorming and such, but I'm not sure that they're that valuable for long-term note taking/storage.

UPDATE: If you don't really want to run your own site, or a blog is too much of a time investment, another option is to start posting on RefactorMyCode or Snipplr. You get a searchable database of your code snippets, plus perhaps people will comment on your code and suggest improvements. The "Code reviews on the web" thread might have more ideas over time.

link|flag
6  
The blog is a good idea, but I always shied away from it because of confidentiality issues. Its an extra step of mental effort to take your ramblings and 'generify' them, such that you're not actually disclosing your employer's work product on the internet. – GWLlosa Feb 2 at 21:07
2  
If all you need is a note to say something like "{some construct} - unexpected bad perf; use {other construct} instead", splitting off to then write a blog is an interruption in the train of thought. If you write a lot of notes, then working out what you then need to blog about just ends up eating into otherwise productive time. – Chris J Oct 16 at 7:53
show 11 more comments
vote up 181 vote down

TiddlyWiki

It's great all your notes get cross referenced.

TiddlyWiki is a single HTML file which contains all the articles ("tiddlers") for a small wiki. It also contains all the styling and javascript to make it work as a wiki (displaying / hiding articles, generating menus, etc). Fans find it a very intuitive way of constructing a document.
... although it's not just a document - one might almost say it's a tiddly wiki!

Edit (summarise comments):

The only problem is how to keep it in sync in multiple locations.
Possible solutions are:

link|flag
3  
tiddlybackpack.com is an easier to use version of TiddlyWiki – James McMahon Jul 2 at 14:46
show 17 more comments
vote up 128 vote down

An oft over-looked application is OneNote. You can share your notes on a network share, over the Internet as well as from within SharePoint: http://www.microsoft.com/onenote (or just keep them private on your own PC).

If you're a heavy Windows user, OneNote integrates with every other MS Office application. Will sync with Outlook todo lists as well as with PDA's and Smart Phones.

I've been using OneNote for at least 5 years now and would be lost without it!

link|flag
2  
Do you use it in tablet form? I found it a bit cumbersome, but I adored the fact it auto-cited anything clipped from a website... – Kearns Sep 18 '08 at 14:38
1  
We've just started using One Note at our company and it is very useful. – Tony Peterson Nov 20 '08 at 11:59
1  
The combination of OneNote and MSN Live Mesh has become invaluable to me lately... Truly a great product from Microsoft. – GordonB Feb 26 at 8:24
1  
OneNote is very good if you have a tablet pc or a graphics tablet, otherwise i find it a little cumbersome. Paper and Pen when im at work and not tablet access. – Pondidum May 15 at 12:54
1  
OneNote is fantastic. It's the only MS product I like, but it's great. It beats paper and pencil because 1) it can be searched, 2) it can be backed up, 3) you can insert in something you've already written, 4) sensitive entries can be encrypted, 5) one can easily make cross-reference links, etc, etc. I use it on a tablet, and it's great, for example, for deriving equations, as you can write the equation with the pen, and then type a paragraph of descriptive text, and insert a link from the web. I wish it was available for Linux, as it's the only reason I use Windows. – tom10 Jun 11 at 19:42
show 9 more comments
vote up 78 vote down

A Moleskine!

alt text

link|flag
29  
way too neat to be healthy – slashmais Nov 1 '08 at 6:29
6  
You can't be a programmer, that writing is way too neat! :D – Rob Prouse Nov 5 '08 at 20:05
39  
Too neat, post a real example or I'll down vote it. ;) – tpower Jan 29 at 9:16
25  
My notebook looks like someone vomited ink onto it. – James McMahon May 2 at 0:14
7  
Even the strike-through looks better than some of my valid notes! :) – Daniel Daranas Jun 16 at 11:41
show 8 more comments
vote up 64 vote down

Depending on the nature of the project and the size of your development team, a number of methods are necessary to adequately cover all of the bases:

  • Paper Notebook (for personal day-to-day notes)
  • Dedicated Bug-Tracking App (because it's too important to not be its own thing)
  • Wiki (for internal documentation within your team or department)
  • Blog (to keep a journal of your growth as a developer)
  • Forums (for team discussions and Q&A)

For day-to-day notes, reminders, and sketches, I still haven't found anything as good as an old-fashioned pen & paper notebook. Part of the beauty of this solution is that your notebook can be as organized or as chaotic as suits your style. I don't think there is any best way to use a notebook.

A wiki is great, but I find that in order to get the most out of it, it has to be a common wiki used by everyone on the team or in the department. TiddlyWiki is an excellent piece of software, but it is designed for individual use. You want something more like MediaWiki that can be set up on a central server.

The focus of your wiki should be on practical documentation. It should be rife with FAQs, tutorials, How-To articles, sample code, and so forth. Ideally, any time somebody on your team hits a stumbling block and has to learn something specific to your company or project, they should contribute an article to the wiki about it.

Avoid email for documenting things such as gotchas and best practices. Many people tend to reach for email when they first identify a recurring problem and want to publicize the solution. The problem is that email tends to be hard to find weeks later, which is when the problem being discussed will most likely resurface. The best thing to do is to write a wiki article and then send an email to publicize the article. A good wiki will have a much better signal to noise ratio than a typical email inbox.

A blog is a useful tool for personal development and communicating your experience to other developers. However, writing a good blog tends to be a lot of work, and may prove to be too much of a distraction within a software development team. Also, blogs lack the hierarchy that a wiki has; they capture information in chronological order, and therefore suffer from the same issues as an email inbox to a small degree.

If your team or department is large, a forum might be a useful alternative to email, and may also be a convenient dumping ground for transitory topics that don't belong in a wiki. A forum can be a useful place to track fire-fighting style issues that occur suddenly, affect many team members, and may require some discussion or exploration. It can also be a place to post light-hearted stuff such as funny web links or other topics that team members use to blow off steam.

Generally speaking, the most important things to have are the paper notebook, the bug-tracking DB, and the wiki. Blogs and forums are good to have, but not as effective for capturing simple, straight-forward documentation. So far I haven't found any single piece of software that is effective enough to replace a combination of individual notebooks combined with a central wiki and a central bug database.

It should also go without saying that your project should use some sort of version control software. :)

link|flag
vote up 56 vote down

FWIW, I'm really digging Evernote right now. The searching works great making it really easy to find code snippets. The tagging is nice also. Honestly, best feature by far is having a Mac, Windows, and Web client that auto syncs. Your notes/snippets are available anywhere..

oh.. and it's free..

link|flag
show 5 more comments
vote up 55 vote down

Use a Wiki. I personally use ScrewTurn Wiki - Desktop Edition

link|flag
show 7 more comments
vote up 54 vote down

I use Emacs Org-Mode along with Remember Mode to keep track of everything. TODOs, appointments, notes, etc. With Org mode and Remember mode integration, plus a shortcut key defined in my window manager, I can hit a shortcut key from anywhere (Win + R in my case) and pop up a new Emacs window, select which type of item I'm saving (TODO, appointment, note, etc) and then quickly type what I want and then hit C-c C-c. The note is filed away to a default location for me to organize later if I so choose. This is so simple and convenient that I don't have to interrupt my flow of thinking if I suddenly think of something I need to do or take some notes on a given task. "Just what are the steps again for setting up a remote git repo? Okay, I do this and this and this. I had better write this down before I forget."

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

I use a directory of text files. Roughly looks like this at the moment :

admin\
   important-stuff.rst
   development-log.rst
development\
    projects\
        proj1\
            overview.rst
            ...
        proj2
reference\
    some-topic.rst

I use the ReStructuredText (rst) format for the individual files so its easy to generate html. Of course markdown would work almost as well :)

in development-log.rst I put entries for each day with current tasks and just general notes for stuff that comes up. Each new project starts with an overview.rst and can then expand into new files on specific topics as needed.

I manage the whole tree as a local bazaar tree so i can check old versions if necessary.

To search I just use my editors built in search - or index using a desktop search tool.

I used the rsync the whole tree up to a ssh server every day to use from home as well - but thats not an option now that I'm behind a corporate firewall.

btw - this editting widget is actually pretty cool. I like the combination of editting in a plain text format combined with live preview. Works well.

link|flag
show 3 more comments
vote up 30 vote down

I have just started using Evernote. Its searchable, you can publish it to the net and accessible from anywhere.

Scan in your original diagrams to go along with the code.

And its free.

link|flag
show 2 more comments
vote up 25 vote down

Tomboy for Gnome. That's pretty much like a wiki but it's a client application.

link|flag
show 3 more comments
vote up 23 vote down

I use a password protected, private instance of Media Wiki. (It's the same backend that Wikipedia is based on).

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

I use Emacs, and dump everything into text files, typically in a src/snippets directory. Then I make sure that my OS provides fast full-text search. For group projects, I use MediaWiki and a searchable bug tracker.

Blog posts are great for more involved answers.

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

I use a Google Notebook. I like the fact that I can access it from any computer with Internet access, and the format is simple but useful. The searchability is a big plus, and I can share it with other programmers.

We've talked about creating a team wiki, but I'm glad that my notebook only has things that are useful to me. The exercise of putting things into my notebook also helps me remember the things that I've taken the time to add.

Plus, the handy cut-and-paste. Hardbound notebooks have a real disadvantage when it comes to pasting in code snippets.

link|flag
show 2 more comments
vote up 19 vote down

DokuWiki

DokuWiki is is targeted at developer teams and mainly aimed at creating documentation of any kind. It has simple but powerful syntax which makes sure the data files remain readable outside the Wiki. (All data is stored in plain text files – no database is required.) Optional syntax highlighting of code blocks is another neat feature most programmers find useful.

link|flag
show 4 more comments
vote up 18 vote down

It's not developer centric but I find a really natural way of keeping notes is TiddlyWiki. I find the natural structure afforded by the wiki metaphor a really quick and easy way to organize notes well.

I always use it when condensing a large text about a technology into a small piece of reference material or when planning a piece of work.

There are some issues when saving locally with the Java applet though so be careful to make sure it is working before making extensive notes.

Edit: None of this is a replacement for being able to Hold a Program in One's Head.

link|flag
vote up 16 vote down

I've been using freemind for a few months. http://freemind.sourceforge.net/ It's a mind mapping tool. It essentially builds a tree with text nods. Very quick to use, and it also allows you to easily assign a context to a particular note, by adding the note to the appropriate parent node. I also use a small notepad when I'm walking around.

link|flag
vote up 14 vote down

I go through 100s of post-its a month.
Then I also have a WordPress blog with some code syntax hilighting plugins that is behind an .htacces password.

link|flag
show 5 more comments
vote up 13 vote down

Personally? While I'm planning and designing, I'm a big proponent of good old fashioned pencil and paper. I have yet to encounter a diagramming tool that's as natural as sketching out the boxes and arrows myself, and during the design phase my work is equal parts pseudocode, quasi-UML, interface sketches, and checklists.

For notes that I want to share with my team, I prefer to use the wiki that's built in to Trac. It's integrated with rest of the issue-tracking environment, so you can do things like easily link to tickets, source code, revisions and changelogs. We've found it to be a great place for the kind of notes and discussions that you mention.

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

I use Trac tickets to keep my memo and to-do-list, with subversion integration, it can also easily manage my personal projects and scripts.

link|flag
show 2 more comments
vote up 12 vote down

AbstractSpoon ToDoList. Ultimate tool for everything.

http://www.codeproject.com/KB/applications/todolist2.aspx

link|flag
show 2 more comments
vote up 11 vote down

I find that the less time spent on the tool the better. I often have 2 files going: ideas.rtf and todo.rtf. The former is a collection of random thoughts while the latter thoughts that have a temporal nature (e.g. tasks, etc). The reason I bring up the format and not the editor is because my notes then end up being portable and editable by almost any tool .

However, if I had to name a tool I would say TextEdit on the Mac. You can't beat the cmd-+ keystroke for enlarging text. A quick way to establish structure and layout in a notes document is essential.

link|flag
show 2 more comments
vote up 11 vote down

I strongly recommend FlashNote.

It is so convenient - just ALT-S and type then ALT-S away.

I find the newer version interface is the tiniest bit clunkier than the old version but it's still the smoothest note taker around.

I can't recommend this program any more - every person I've introduced to it, developer or not, loves it and uses it.

NB: Windows Only

link|flag
vote up 10 vote down

if you are working on something that may be patentable, use a hard-bound notebook with unlined pre-numbered pages. have it notarized periodically.

otherwise, notepad works for me ;-)

link|flag
show 3 more comments
vote up 10 vote down

We use FogBugz, and all notes from the dev team go into the wiki. There are also general engineering/networking questions, and they go into an engineering wiki.

This way, even quick notes are found in one place and last forever. And you have the added benefit of being able to easily correct or update older notes.

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

A variety of tools depending on exactly what I'm saving. I use Evernote for saving notes, webclips, links, code snippets and the like. I really like it so far. Tasks and checklists go in Remember the Milk (though I just started trying out OmniFocus). Random ideas get written on vertically ruled index cards for the initial note and get filed away in one of the electronic systems.

link|flag
vote up 9 vote down

Snippley is a neat little Adobe Air app done by the guys who manage MooTools, made specifically for storing little snippets of code. You might find it useful: http://code.google.com/p/snippely/

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

I have a directory called "notes" with just three sub folders, unix, java and confs (for working config and property files). It is backed up in subversion and mirrored between my laptop, work laptop, work desktop and my server. Many of the files have names like "find-command-examples.txt" , "cusip-validate-via-regex.txt" or "jboss-jndi-with-openldap.txt"

Plain text is the way to go. And fewer folders is better since you don't waste time deciding if something should go into "unix", "shell" or "scripts"

On my Mac I use spotlight to search. On unix I use grep. On windows I use the cygwin find command.

If you need formating, consider rtf since you'll still be able to grep. Or use find with rtf2txt to keep plain text versions.

link|flag
vote up 6 vote down

I've like to evolve my notes in a wiki site (I use SharePoint but any wiki system would do) to share internally with my team members. From there, depending on the topic and how much "churn" there is with the content, I migrate notes into more formal documents that can be version controlled.

My concept is not really specific for developer-centric purposes, but the idea of a wiki works great for situations involving a team of peers.

link|flag
show 1 more comment
1 2 3 4 5 15 next

Your Answer

Get an OpenID
or

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