vote up 414 vote down star
381

Where as a developer do like to you 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?

flag
2  
A text file or set of text files checked into a revision control system.... – Curt Sampson Jun 26 at 3:42
26  
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
4  
@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 4 more comments

locked by Jeff Atwood Dec 23 at 23:21

440 Answers

1 11 12 13 14 15
vote up 0 vote down

I've been using Google Docs for notes so I can have them available on all my machines. Paradoxically though I'm finding that as Google adds more word processor features Docs becomes less useful for me as a note-taking app. For example, there are now red squiggles for misspellings that I can't seem to turn off. I'm thinking about switching to Word or some other file-based solution and syncing with Live Mesh.

For code snippets that I find online I just bookmark them in Delicious. My own code is usually under source control. I've used Live Mesh or Groove to share small demo projects across machines.

link|flag
vote up 0 vote down

At work I use MS OneNote, as it is extremely easy to use, you don't have to remember strange syntax or shortcuts. Formatting is simple and WYSIWYG.

At home I record everything in evernote.com, as it is basically the free equivalent to OneNote. But as it stores everything on an external server, I won't use it for my company's material.

link|flag
vote up 0 vote down

I use MS Word file to write notes and upload it my Yahoo,Gmail(backup) Inbox..You can make seperate folders for your notes in your EMail website....The uploading thing is done every 4-6 months to save it from any hard drive failure...its a bit tedious but thats the way i am...simplicity has also been my friend...

link|flag
vote up 0 vote down
  • paper is great,
  • notepad
  • MSWord
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 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

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

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

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

A combination of google notebook and my browser's bookmarks seems to work well, so far.

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

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

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

I use a mix. I hate using notebooks, because I am prone to losing them and if I do then I am a bit screwed. I hate using a laptop, because I don't want to lug it everywhere especially to someone's cubicle. I have a smartphone, but I type very slow on them. So what do I do? I mainly go with paper and type it up later or just try to remember and email it later.

link|flag
vote up 0 vote down

Little "composition" notebook.

link|flag
vote up 0 vote down

I use a mixture of small spiral notepads, Google Notebook, Evernote, and post-its. I'm gravitating more and more towards Evernote however.

link|flag
vote up 0 vote down

Depends on the project, but I sometimes use Tinderbox for planning notes.

link|flag
vote up 0 vote down

I love Yojimbo on OS X

link|flag
vote up 0 vote down

I'm becoming scared that this post is misleading developers to use physical notebooks. Note that the majority of people prefer digital solutions, they just aren't in consensus for the type of software. There is evidently less competition among notebooks than among software products.

This answer is a community wiki. Please edit it to reflect the best resources revealed by this question.

link|flag
vote up 0 vote down

MS onenote 2007 works like a charm for me.
The OCR from screenshots as well as the capability to have unstructured thoughts presented in a structured way, automatic backups as well as saving and a bootstraper with amazingly small footprint does it for me.

link|flag
1 11 12 13 14 15

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