vote up 406 vote down star
337

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
2  
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 11 12 13 14 15 next
vote up 1 vote down

I use OneNote 2007. I make sure that my files are backed up to a server and so available from anywhere that I need them. The ease of manipulating text within OneNote is great, and the best thing is that you aren't limited to linear text. You can add new paragraphs off to the side, or on top of another.

link|flag
vote up 0 vote down

I wrote a little script which takes a file with the last working day's notes, prepends today's date on it, and writes it to a file with today's date on it, then opens it in TextPad (which loads up on my second monitor).

The means that I always have my notes off to the right, and I jot down what I'm doing every time I do anything significant.

I was actually rather proud of the last working day bit, which even works out Bank Holidays.

link|flag
vote up 1 vote down

A combination of things: Google Notebook (with an add-on for Firefox), Google Reader with a "Note in Reader" button for Firefox, Screwturn Wiki, Notepad and a physical notepad of course :)

link|flag
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 0 vote down

For info-scraps I use a single Notes.txt file on WinXP and Notes.rtf on Mac (so far I'm using Google Notebook for links but not for notes in general, as it turns out).

For more organized and edited reference-making, I may write in Markdown and contain it in "Mandown" manual documents.

Mandown is an open source thingy I cooked up (building on the great work of the Markdown and Showdown guys):

  • Run-time Rendering - the power/simplicity of Markdown without build-time compiling (dynamic Markdown to HTML happens client-side via Javascript acting on the Mandown source).

    Read More:   http://wittman.org/mandown/

BTW, I can't say enough how nice it is to write in Markdown here on SO.

link|flag
vote up 0 vote down

I use Memento a little sticky program that can be found at "Guys with Towels" to keep personal notes whilst developing. Eventually notes that are worthy get put into out "ticket manager" system, works well for our team. Rippo

link|flag
vote up 0 vote down

I find a simple pen and bound notebook serves me well.

I think we often get caught up in using software for the sake of it. A pad of paper and a pen is, I find, the single simplest and most flexible system for taking notes, sketching UI's, planning features, or just working through and noting my ideas.

link|flag
vote up 1 vote down

I'm using Mind Manager (mindjet.com) and a blank Moleskine. Moleskine for scribbling notes during a meeting and to track my tasks (no tool could give me the satisfying sensation of striking through a task with my pen ;) ) Mind Manager whenever I have to structure a lot of information and to keep track of the itsy bitsy details of my projects.

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

I like to make notes by hand. Good fountainpen, good paper and my ideas just pour from my head by them self.

Problems start when you want to copy down some links or longer text from the screen and later use it on the same or other machine. Little by little stack of notebooks is growing and you're starting to wonder what to do with them.

At work I'm using Evernote, at home MS OneNote. Evernote is lighter and free, OneNote has more functionality.

link|flag
vote up 0 vote down

I use a combination of a paper notebook, and TextMate. I use OmniGraffle for drawing diagrams, and I've found that skitch is great for annotations.

I've still not found anything which can replace the feel you get from physically writing on paper, and provide useful cross-references.

link|flag
vote up 0 vote down

Personally I use OneNote since it is provided by the company and I can have the contents synced to my windows mobile without any problem.

link|flag
vote up 0 vote down

Opening a blog has the many bonuses:

  1. the comments from the other friends developers may help you a great deal
  2. you are going to polish everything (sooner or later) because you know that stuff is public
  3. it may give you more visibility than a resume
  4. can be accessed virtually from anywhere (as many note-taking webapps)

Of course some stuff is not suitable for the masses. In this case I suggest some text files, an USB key and a good editor (Ultraedit, Notepad++). A naming convention and an automatic file catalog may come in handy when the number of files grows.

NOTE: chose to open a programming blog? Have a look at SyntaxHighlighter

link|flag
vote up 0 vote down

A good Wiki is excellent for a development team (try Redmine or Trac). It helps that you could link the notes directly to your repository source code, tag your entries, use ticketing system and so forth. It's a great and indisposable tool for collaborative development. If you are a lone wolf anything would do but something with good searching capabilities would definitely be more useful. I would suggest MS OneNote because of Live Search integration but that's just my personal preference.

link|flag
vote up 0 vote down

I like the wiki way. For my personal stuff I use MoinMoin on my desktop. Python is the only dependency, so it's quite platform independent and the installation is done in seconds. If you have multiple distributed workstations, you could put your wiki in a Dropbox and sync it between the systems or just install it on a remote server and use ACLs to protect confidential pages.

link|flag
vote up 0 vote down

VIM 7 with UTL plugin is awesome. Just type text any way you like and with a simple shortcut macro you can press a key (F5 for me) and it will open a http link, a PDF file, etc. Since this is VIM, that means you can also use this to jump from one file to another and thus have pretty much a Wiki if you like. It can be as simple or as advanced as you like.

link|flag
vote up 1 vote down

I also lean towards TiddyWiki. Once you learn the markup, easy to keep your stuff interconnected.

But if you have the money and not anti-MS, then OneNote is the best, especially if you are using a Tablet or Wacom pad.

link|flag
vote up 1 vote down

The combination of OneNote with a tablet PC is awesome! I was a bit of a skeptic at first. I used the trial version and then forgot about it. A year later I had an unruly collection of files, project related emails, notebooks and scraps of paper all scattered throughout my life. I went back to OneNote and all my problems went away. Some highlights:

  • Everything is searchable. The character recognition is good enough that my chicken-scratch meeting notes can be searched. Text within images is searchable.
  • OneNote syncs with Outlook so finding meeting notes is a breeze.
  • I now embed all files into OneNote - pdfs, spreadsheets, word docs, images, web clippings.
  • OneNote is constantly saving all changes so, combined with a scheduled automated backup, everything is in one place and is safe.
  • There are some built-in collaboration tools I have yet to try but that look useful.

It is SO worth the price. It allows you to get started on a project and avoid all that time spent deciding how to organize things.

link|flag
vote up 2 vote down

todo.txt in the autostart-folder :)

To be able to track changes and remember how i thought 6 months ago i use a simple blog, together with my own sketching-homepage, Cosketch, to get some kind of image-support in the blog.

link|flag
vote up 0 vote down

I have been enjoying OneNote lately, esp since I added a pen tablet to the desk. Being able to add quick little drawings makes it almost as cool as pencil and paper.
Bonus being that I dont end up with as much dead tree to sort through at the end of the week/month.
The integration with outlook tasks list also very handy.

link|flag
vote up 0 vote down

I use OneNote, the best app ever...

link|flag
vote up 0 vote down

Natara Bonsai is great at creating hierarchical lists. It can be used for TODO lists, note taking such as meeting notes, etc., and to organize data by topic...

link|flag
vote up 0 vote down

Math notebooks or white paper , and FreeMind (http://freemind.sourceforge.net/wiki/index.php/Main_Page , seems is now right now:) ) for bugs and toto lists. That and sometimes text files, but thats basically for temporary notes with extended error descriptions.

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 0 vote down

I'm also one of the old school folk that prefers pen and paper for taking notes. But I must add that when I finish up one notepad, I reread the whole thing and distill the most important ideas and notes and write them into my new notebook. Kinda like refactoring all my legacy ideas :)

link|flag
vote up 0 vote down

Plain 4x6 index cards. plain white paper, or quadrille (5mm) from (http://www.printfreegraphpaper.com/) on a clipboard. Notebooks.

link|flag
vote up 3 vote down

I regularly use Emacs and org-mode for note keeping. Its flat text format is easy to post in emails, diff with text processing tools, store in SCM systems in a meaningful manner, and so on. The nice UI shortcuts to add new 'note nodes', promote notes, demote notes, move them around, expand and collapse them, and the almost free-form style of the note text is nice when one spends a lot of time editing text (documentation, sources, etc).

For more details, if you are already using Emacs, check out: http://orgmode.org/

link|flag
vote up 0 vote down

Depending on the topics, I use several moleskin notebooks to keep notes. I tried OneNote for awhile but found writing it in a notebook allowed it to be portable for quick notes; e.g., pulling it out of my bag to make a note or reference while walking down the street.

link|flag
vote up 2 vote down

Index cards and a spiral notebook.

link|flag
vote up 1 vote down

Well I'm using XEmacs nearly all day long, so it's "natural" to use it for everything. The mode to keep on snippets, notices etc is named planner. Which is a wiki like stuff. The stuff is simply kept in text files and that's the unbeatable....

Regards Friedrich

link|flag
vote up 4 vote down

I'm old school. Plain old text file using my favorite text editor TextPad - http://www.textpad.com/

link|flag
1  
I use this too ... and I have work notes going back 15 years. – cplotts Sep 25 at 22:12
prev 1 11 12 13 14 15 next

Your Answer

Get an OpenID
or

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