Hacker News new | ask | show | jobs
Keeping Notes As A Developer (danielmcgraw.com)
4 points by d_mcgraw 5534 days ago
3 comments

Another tip for a physical notebook: starting from the back, keep a running table of contents referring to notes pages or dates. Log really important stuff, or everything, according to taste.
Thats a rad tip! I'm totally going to start doing that.
I take notes in an emacs buffer
Thats not a bad idea, but whats your scheme for keeping them referenced and correlated?
I make a text file per project.. and remove items as they are completed.. If the notes are more complex than that, typically it goes into the bug tracker (redmine, or similar)
evernote can be addictive; however it mangles code bits

I use a text editor along side with the IDE so I can add notes as I code;the same way as physical notebook but I can paste code bits in there

I've tried using Evernote and Dropbox, but could never make it work the way I wanted hence the motivation to work out keeping note in an ordered way in my notebooks.