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

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

I use BasKet Note Pads because it's very flexible. I collect a lot of notes in this application; not only code snippets but also ideas for possible birthday presents, quotations, ...

Unfortunately it's only available for KDE.

link|flag
vote up 1 vote down

I use a combination of Things and Yojimbo. Of course I sync them and also use .text files when I need a quicknote.

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

One of the tools I use is TodoList, both for actual to-do lists but also for code snippets, links and pretty much anything that can be kept in a form of a list.

Other tool is the already mentioned TiddlyWiki, although I'm only starting to use this. It's a very handy tool with built in search and tagging. Interesting variant of this tool is MPTW. It has a bit different approach and provides an easy way to organize information.

For scribbling my thoughts on a current project however nothing beats paper and pencil.

link|flag
vote up 1 vote down

A legal pad and a whiteboard.

link|flag
vote up 1 vote down

Another emacs fan here. I generally start most notes out in OrgMode. It provides a nice outline style that still allows for free form notes as well. It's also nice because as I identify things that need to be done I can mark them as TODO, schedule them and have them show up in an agenda type view of things to do. Additionally you can set a deadline on them as well which will then make the item show up earlier in the agenda with a count down of when it should be done. I am also a fan of EmacsMuse which among many other things is a personal wiki. There is also some tie in between the two packages I believe that will allow you to publish both org and muse files to html/xml/rss/pdf... Both also can make use of remember mode.

link|flag
vote up 1 vote down

My personal notes tend to go down on paper... whatever paper is lying around at the time.

link|flag
vote up 1 vote down

1) A good text editor with a hierarchical outliner mode (e.g. Emacs + org-mode, or vimoutliner). why? Because programming involves drilling down into increasingly precise statements of the original task.

2) Your revision control system of choice and local checkout of the source code why? Because the most precise definition of the task usually is code; leaves fall off the Todo Tree and into the tree of source code.

Text files, a GNU userland and revision control go together like coffee, milk and sugar, and this arrangement gives you the flexibility and freedom to adopt new tools as you choose.

link|flag
vote up 1 vote down

What a great question...

I use paper notebooks for most of my notes, which I try to keep sorted in binders or folders for future reference. Notes eventually evolve into project documentation, which usually fits in some kind of wiki-form. Classic Word-like documents are a no-no in my opinion.

Any structured e-paper-based approach failed for me. It's overly complicated and it's not portable after all. I do use, however, desktop post-it notes which are excellent for keeping code snippets, to-dos and such.

link|flag
vote up 1 vote down

Post-Its for reminders.
Notebooks for meeting notes.
Text files (Notepad/UltraEdit/Notepad++) for tasks and time tracking.

link|flag
vote up 1 vote down

I can't recommend FreeMind highly enough.

link|flag
vote up 1 vote down

For a text file that I need to open on multiple computers, I use Drop Box. It magically syncs the file so I can open it on multiple computers. The get an auto reloading editor like MS Dev Studio or Ultra-edit. Now the file is always up to date on all your computers!

link|flag
vote up 1 vote down

I use MediaWiki for keeping large notes (i.e., diagrams, specs). For short-lived snippets, I use this alias so that I can just type "wiki" at the command line:

alias wiki="pushd .; cd /home/simoncpu/notes; vim wiki; popd"
link|flag
vote up 1 vote down

I use Yojimbo. It works well for keeping not just text but images, PDF documents, web sites (links and full archives), etc.

I have collections for common things that are not tied to any single project (syntax cheat sheets, interface guidelines, etc.). I create a separate collection for each specific project where I put things like web research, code snippets, requirements docs, and engineering notes. Yojimbo allows the same item to be in more than one collection so it's easy to aggregate project-specific and general-but-related information in one place.

Yojimbo syncs all its information (via MobileMe) to all of my machines so I have the data wherever I am. But unlike web-only solutions the information is actually stored locally on each machine. That means I can work offline (I usually commute by train) and everything syncs up the next time I connect.

link|flag
vote up 1 vote down

I use Org-mode in GNU Emacs. It's pure text: you can easily backup your notes, or handle them via a versioning system. You can also export them to various formats, with code highlighting. Very nice.

link|flag
vote up 1 vote down

Check out Gist at GitHub

link|flag
vote up 1 vote down

For general observations and "what have I learned today" type things, I second the notion of using a blog. If nothing else, it'll be something interesting to go back to.

For code snippets, I'm quite enamored of basKet on linux.

link|flag
vote up 1 vote down

I use a combination of physical notebooks, Emacs modes and LaTeX (just so that I do not lose my typesetting skills - they're invaluable.)

link|flag
vote up 1 vote down

todo lists: my '@Work' context for Remember the milk

most things else: I keep things where I need them. Comments inside my code. postits on my desk, and if I feel something's worth sharing I might post it to the internal wiki my company hosts.

link|flag
vote up 1 vote down

I have used TadaLists with relative success - good for sharing with others for cross-person lists. I typically keep only certain types of lists (i.e. application ideas, technical checklists for an eclipse install, remaining items for small apps, etc.). I have found some bugs with the re-ordering, but other than that, it's really simple and quick. Certainly there are better tools out there targeted at developers, but this works for me (for now). One major benefit is that it follows me - I can't misplace it or forget it at home, and can access anywhere I have Internet, which whenever I need it, is practically always there.

Previously, I've used notebooks with limited success (lose them), and the whiteboard on my desk (out of date too quickly).

link|flag
vote up 1 vote down

I use Daisy WIKI / CMS (http://cocoondev.org/daisy/index.html) to keep my developer notes. The reasons are rather simple:

  • Rather free-formed note-keeping, but with easy structure if I desire H1/H2/H3, etc.
  • Easily Searched Content (full-text search)
  • Attachments can be kept well-organized with my notes - whether attached PDFs, Images (which are visible inline), Word documents, etc.
  • Easy inclusion of Hyperlinks to intra-WIKI AND external references - I use this to keep notes about related web sites close at hand, as well as links to local documents/files on my internal FTP server. Saves a TON of time when I need to find things.
  • Now the BIG ONE: BOOK PRINTING! It is so wonderful how Daisy has an integrated PDF/HTML book-rendering engine. You can define navigation-trees that tell what WIKI page(s) go into your book, and they will be combined into nice chapter/heading/subheading hierarchical trees in the TOC as well as having automatic-footnotes generated for things like the hyperlinks and other non-embeddable (in printed-book) things like referenced Word docs and such. Images print in books just fine.
  • Another BIG FEATURE: MULTIPLE "VIEWS" of my WIKI pages/notes. I can use those hierarchical navigation-tree definitions to re-use my notes in multiple ways. E.g., I define an "internal notes" book that includes all my documentation (including developer-notes), and another "external notes" book that includes only things my end-users would want to see. These views can apply to not just books, but also how people access the WIKI itself.

That is why I use Daisy, in a nutshell. As you can tell, I rather like it! :)

link|flag
vote up 1 vote down

I use Emacs, along with planner mode and remember mode. Planner mode is a TODO list software, with PIM features, and it sits on top of Muse-mode, which is basically wiki software for emacs.

At the core of planner is the daily page. IT is a new wiki page that is created every day. I keep my daily journal in these daily pages. it also stores daily appointments, and tasks.

If I am starting up a new project, I will create a new wiki page for it. At this point, I can start adding tasks right away with planner mode, and linking them to daily pages (for their due dates). Additionally, you can create wikilinks to other projects (for super-projects or sub-projects.) or even links to files and file positions in the filesystem.

So notes regarding a particular project would go into that projects page. Checklists would become todo items. Final solutions would also belong in there. Code snippets exist as links to that particular file, plus some notes to go along with it.

Everything is in one nice and central place in my IDE. It's bliss for me.

link|flag
vote up 1 vote down

After trying a bunch of things, I've taken to just carrying a small notebook with me at all times and note down everything I think of and when I really need to take code snippets, some of them go to google notebook in the folders or into tomboy... if I'm using windows and it's for some sort of paper, OneNote all the way!

link|flag
vote up 1 vote down

Some time ago, I adopded a simple but very efficient workflow that handles/comprehend also note-taking:

  1. I usually develop using eXtreme Programming methodology, so every time i start a project, i split it in user stories.
  2. Every user story and its development history is formalized and documented into an "issue" created using BugTracker.NET, and is developed/versioned using a SVN repository controlled through TortoiseSVN.
  3. When i commit come changes, I attach some notes into the revision that describes the actions taken and the strategies adoped.
  4. My project's SVN repository is connected through a post-commit hook to my BugTracker.NET instance, so every time i commit something, into the user story is added a relationship to the changed files and their notes.

In this way, every note I take is related to a specific development workflow and is avaiable for further analisys. Since the BugTracker.NET web site is exposed to the internet, I can search/consult/interact with this knowledge just navigating into it

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

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

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.