vote up 414 vote down star
354

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

closed as not a real question by Welbog, Rich B, George Stocker, John Rudy, voyager 14 hours ago

428 Answers

prev 1 4 5 6 7 8 15 next
vote up 0 vote down

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

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

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

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

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

To save (and share) your links use Diigo (http://www.diigo.com/). You can highlite text, pictures,...

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

i keep my notes in standard black engineering notebook. When complete, I usually put a dymo lable on the front detailing the date of the first and last entrries.

alt text

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

I have a project called "home" that I keep in Subversion and check out to every machine I'm on. In that project is a directory called "lab" and any time I have to work on a scratch program or write a 2-200 line program to do something, I do it in lab, and add it to the repo. The accumulated scraps have saved me more than once, and having it on every machine, always updated via Subversion, means that I never find myself saying "Damn, it's on this machine..."

http://xoa.petdance.com/How_to:_Keep_your_home_directory_in_Subversion

Also, I have a wiki that I keep notes in if I think the notes are interesting to anyone else. See above.

link|flag
vote up 0 vote down

Microsoft One Note is an amazing and underrated tool, majority of developers have it installed with office and never even open it... I can't live without it.

link|flag
vote up 1 vote down

Mac specific answer: I use VoodooPad extensively for keeping snippets, notes, and so forth. Aside from being an excellent hypertext editor, its single biggest benefit to me is the ability to run scripts from within one of the pages and get the results immediately.

The resulting pads become an active tool as well as information repository that are just invaluable.

link|flag
vote up 1 vote down

It would seem that a combination of a Tiddlywiki file and a DropBox would be a good solution. It would have the network usefulness of Google Notes with the plus of being editable/accessible when disconnected from the local Dropbox.

link|flag
vote up 0 vote down

I have one folder with all the docs in there. This is for personal use so I always know there the info I want is.

Plus I keep almost the same structure within projects.

link|flag
vote up 0 vote down

I don't save snippets, instead I keep all my projects uncompressed and if I need something I will look for it using tracker/google desktop (depending what so I'm using)... for figuring out stuff I use my old nootebooks, they are scribbled al over :P

link|flag
vote up 0 vote down

I'm a Mac guy, so I use TextMate and TaskPaper.

link|flag
vote up 0 vote down

Imho, any kind of wiki-based systems will do the job.
Notes and files are fine, but wiki gives you a history - a very powerful feature!

Nice question btw. :)

link|flag
vote up 0 vote down

Second vote for Keynote here. It works great as a simple, hierarchical text database.

link|flag
vote up 1 vote down

Depending on what i'm doing i use:

  • Tomboy for small and quick notes.
  • A physical notebook, for bigger projects which need better planning and lots of sketching.
  • A white board to draw diagrams, and after i'm done i take a picture of it to archive it.
link|flag
show 1 more comment
vote up 0 vote down

I always dedicate one of my desktops to a fullscreen emacs, so writing notes is only an Alt-Tab away. I store my notes in files called 'notes' in the relevant directory. The notes tend to get monolithic, but are quite useful because I either never read them at all, or I read through the whole thought process again and again.

link|flag
vote up 0 vote down

I've used a number of methods over the years:

Paper Notebooks

Like most people, I started out keeping notes in a spiral bound notebook. This method has one big, fairly obvious advantage: you can draw what ever you want - text, diagrams pictures, whatever. Notebooks last a long time with proper care. The drawbacks are inability to search and the fact that I have atrocious handwriting. And killing trees, I suppose.

MS OneNote

I have access to this at work and it's one MS product I really like. It has individual files for notebooks. This is great for organizing things at the project level. I can use a notebook for a project and then remove it form OneNote when the project is over. I still have it if I need it, but it's not in the way. It integrates tightly with Outlook - you can create meeting notes for an Outlook event with a single click and create tasks & link them to items in OneNote. It also supports diagrams and highlighting. The main drawback is that it's Windows only and it's not cheap.

Omni Outliner (Mac)

It's a very nice outlining tool and I still use it for lists and things (often in conjunction w/ Curio, below). But it falls short in organizing, traversing and searching large amounts of data. It just seems a bit cumbersome for all that.

Curio (Mac)

My current method of choice. I've tried Evernote, but (unlike a previous author) I can't get past the non hierarchical organization. Curio allows me to have a separate notebook (file) for each project, create simple diagrams, links and other do-dads. You can also create & embed documents on a page. The drawback is that, like OneNote, it's not cheap.

link|flag
vote up 0 vote down

Depends on the scope of the note, I suppose. For to-do list type things, I use FogBugz. (It's free for small teams and students)

For random notes, my old usage pattern was to open up a copy of NotePad, type stuff, then lose it because I restart my computer without saving it somewhere. Addressing my issue, I created a note program for my own personal use. Think of it as notepad with tabs and autosave, or alternatively, think of it like OneNote but not bloated. Free at https://webfiles.colorado.edu/allredj/, if desired.

link|flag
vote up 2 vote down

I use the Mantis bug tracker, I use it for bugs, todos and notes for stuff I'm working on.

It lacks some features of FogBugz, but hey, it's free ;)

link|flag
vote up 0 vote down

I wish StackOverflow was up-and-running a few months ago when I scoured the web for the answer to this exact question. I had used Microsoft OneNote at a previous company, but no longer had access to it where I now work. I tried using some of the Wiki-based applications, but quickly got frustrated with it's usage model. I had also looked at some of the mind-mapping products out there, but those didn't fit the bill for me either. I have since settled on EverNote and have been using it for several weeks now.

I had my doubts at first because of its lack of support for organizing notes in a hierarchical fashion, but I've gotten over that. I like the fact that it supports tags and that you can filter your view by multi-selecting various tags.

I also like the fact that it runs locally, but can be synchronized on the Web. I had looked into the Google Notebook application, but didn't like the web-only UI.

link|flag
vote up 0 vote down

I've read through the massive list of comments and there are a lot of good ideas in there. Personally, I've been using more and more of google's tools, such as google notes and google documents. Most of the coding I do is internal and requires me to vpn to work to get at. This can be inaccessible in some situations, I love the way I can always access my stuff on google, which is better than say a desktop application where the documents would be only on a local pc somewhere, or on the company wiki (which requires vpn access), or in source control (same as the wiki). Google tools have really good and quick searching technology built in. Until I find a really good global solution, I'm going to continue using Google.

link|flag
prev 1 4 5 6 7 8 15 next

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