vote up 407 vote down star
342

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
18  
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

425 Answers

prev 1 2 3 4 5 15 next
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 57 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 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 0 vote down

I use the Eclipse templates feature to store my code snippets. They are easy to write and parameterize, and can be inserted into your code with an easy ctrl-space. That is, if you use Eclipse of course.

link|flag
vote up 4 vote down

A combination of good old physical notebook and notebook in the cloud (Google docs).

Physical notebook is simply much better when I want to quickly scribble my thoughts and draw diagrams. And I can do this anywhere. Notebook in the cloud is good for copy-pasting code snippets. And it's nice because somebody else is doing the backup for me, and I can use it as long as there's internet access. I wish Google docs could do basic drawing and diagram though.

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

I use Wikis as much as possible. I find that it helps for a number of reasons:

  1. I can take the Wiki with me from job to job.
  2. I run the wiki locally on my development PC, so it's available from anywhere on my corporate intranet.
  3. When people ask me questions I've already answered, I can just point them to the Wiki page.

I find a lot of people waste too much time on formatting in a Wiki environment and not enough time on just taking the notes. For this reason, I've found Wikit (http://www.equi4.com/starkit/wikit.html) to be the best Wiki software. It's easy to setup and run (has a built in webserver), and has enough formatting options to keep me satisfied, but not so many that I get overwhelmed.

link|flag
vote up 2 vote down

Moleskine!

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

Ultra Recall - The most awesomest PIM / personal database / document manager evar. http://ultrarecall.com

Unfortunately it's Windows-only.

link|flag
vote up 2 vote down

I use a combination of a large Moleskine journal (which I break up into sections for different university courses and projects) and plain txt files (TextMate). The journal for conceptual stuff, the txt files for saving project-related emails and other text harvested from the web.

These days I'm using "Action Sheets" from Behance that I get at a local paper store for notes and diagrams in conjunction with Plain Text Wiki, a wiki plugin for TextMate, for notes and links. I backup and sync the wiki to other computers and my iPhone using Dropbox (I just keep the repository in my Dropbox folder). (Previously I used svn, but Dropbox is more automagical and works with iPhone).

(viki is a wiki alternative for vim)

link|flag
vote up 2 vote down

I use Vim and the Viki plugin - effectively a wiki using plain text and a plain text editor.

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

I usually take notes during a meeting on plain old Paper and Pen. Then I keep the paper around as long as I need it, usually only a few days. If I need to keep information for longer, I'll type it in and save it in a Word document or something.

I've played around with OneNote, but it doesn't seem to fit the need the best. Maybe I just need to find a good system for using it.

A couple people I've worked with have just used Notepad to type notes in and they save a single text file for each day of work. Then they can use something like Google Desktop Search to search through all their notes.

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

Zim Desktop Wiki is a good outliner/note taker. It runs on your desktop as a normal application (not a web app). It stores its data in plain text files with wiki markup. Supports rich text and images. I use this app all day every day.

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

For the Mac Centric ::: I use Yojimbo from Bare Bones Software to store and loosely categorize PDF's (most academic papers Safari Web Page Archives from various developer sites. For a while I tried structuring them all as giant outlines in Notebook from Circus Ponies Software, but Yojimbo's fast and elegant search function obviated the need to spend so much time trying to pre-organize things.

For working code, I just use BBEdit to manage temporary clippings of live code fragments.

But nothing can match Tinderbox with its powerful background Agents from Eastgate Systems (Full Disclosure: I am a friend of its developer) for building and maintaining complex hypertext documents and applying a generative programming approach to building complex mix-development-language web projects.

On the road, I use a solid state voice recorder or OCR Pen to capture notes which I sometimes transfer to Post Its that I leave in plain sight to so they can jog my memory at critical points in time.

link|flag
vote up 0 vote down

Microsoft OneNote

link|flag
vote up 1 vote down

I keep all notes together with the source management, using trac

By recording links to tickets and changeset together, it makes an easy way to keep discussions of individual issues together, track the code that went along with it, and the wiki is useful for documentation.

link|flag
vote up 0 vote down

I typically use my blogspot account along with my moleskin notebook and mark different sections like "learning", "projects" with page markers. Even though I like this system many times I find myself having a lot of notepad files named after the subject/project.

Hope this helps.

link|flag
vote up 1 vote down

Microsoft OneNote is very handy, particular as it can be used disconnected, which is when a lot of thoughts and ideas come to me (airplanes etc.). It's also quite good for sharing notes and doing real time collaboration on ideas and notes, which a must have feature for me that a lot of web-based systems don't have.

link|flag
vote up 1 vote down

I have a little 4x6" notebook in which I write down notes and ideas. It's the cheapest notebook Staples sells that I can fit in my pocket, not one of those fancy moleskine ones. That way, I'm free to fill it up with crap and replace it ASAP.

When I solve a problem for a specific project and writing the code isn't good enough to document it, I just write comments. If comments aren't appropriate, most of my repos end up with a misc directory that contains random notes, OmniOutliner checklists, example scripts, and aborted attempts at great ideas.

If my idea is about something more general, but isn't general enough to turn into a released library (which I do at the drop of a hat), I put it in my Rubric and that's that.

I like wikis, but they're generally just a bit too much work for me to use for keeping notes. That has to be really, really easy to do. Finally, sometimes I use Jott to dictate things to myself via Hiveminder so I can put them into the right file later, when I'm out walking.

link|flag
vote up 3 vote down

I use PersonalBrain as my knowledge base. For me, it excels in storing code tidbits, patterns, project-specific data and general notes. Information is easily linked to other information, and I can quickly find any piece of information that I need in seconds.

For blazing quick creation and retrieval of stored knowledge, nothing else beats it.

(You'll find that the makers of PB try to sell it as a mind-mapping tool, I find other tools better like FreeMind better for that job.)

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

Simplest tools are best. I used notebooks for a long time, but got frustrated by no being able to search for stuff or take them your notes with you. Used OneNote on a tablet pc for a while. Has a lot to recommend it, but the notes are stuck on one PC (OneNote can actually share stuff around, but it's a bit fiddly) and tablets are expensive underpowered and short on battery life.

My primary thinking tool is a whiteboard and a digital camera.

I now use FogBugz - the combo of case tracking and wiki is very powerful. You can keep all your stuff in it. Easily re-work material into specs and docs. Share material with co-workers and create cases when it comes time to actually do something. And full-text search lets you find it.

link|flag
vote up 1 vote down

My company hosts an instance of mediawiki internally, so I use that.

I find that I take a few sorts of notes:

  1. Under Dev Notes / Scribblings / Thoughts - These live as subpages under my user page. While they are searchable, they contain disclaimers.
  2. Personal Notes - Code snippets, sequences of commands, links to useful things, etc. - These also live under my user page.
  3. Development articles - These describe the design and implementation of some of my larger projects. These live under my team's page, and they get categorized as appropriate.
link|flag
vote up 2 vote down

Notebooks (pen and paper), One Note (when using tablet) and Sharepoint for more formal doc management.

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

Depending on where I am, any of OneNote, EverNote or Gmail.

*Note applications are short-term memory. Gmail is long-term memory.

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

First, I am on Mac OS X, so I have access to some great tools, which aren't available on other platforms.

For notes, I use Omni Outliner Professional. Great tool for capturing notes. If I need to put in an image, I use Omni Graffle. And finally, for tracking actions in a GTD way, I use Omni Focus.

Together, and they work together well, they provide me with a solid suite which keeps me on top of things.

link|flag
vote up 1 vote down

Depending on the size of the project, I'll use a notepad or sticky pad. If I'm saving code, I'll usually create a text file in the projects folder and then make a reference to the file in my written notes.

I also use a simple application called Taskpaper which allows you to manage task lists and outlines by writing lists like you normally would on paper. I'll usually create a new Taskpaper file for every project and keep the file on my desktop until the project is complete.

When working with a team, I use Writeboards and basic messages in Basecamp - great for sharing and collaborating with others.

link|flag
vote up 28 vote down

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

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

Um, I use the source code? Really. That's where you (or if open source/free software), somebody else will look for the algorithm, ideas and background to the code. Code snippets become examples or utilities. Checklists or release scripts become version-controlled admin scripts. This doesn't deal too well with diagrams, I admit.

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

I use a combination of a wiki (screwturn) and thorough and usefull source code comments. Nothing beats well commented source code to explain a paticular gnarly algorithm. Wiki entries are more useful for storing high level concepts like architectural decisions and designs, down to passwords to development servers.

I also use lots of post-it notes around my monitors.

link|flag
prev 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.