Live data from Hacker News

Keeping Notes As A Developer

danielmcgraw.com

1–8 of 8 posts

Re: Keeping Notes As A Developer

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

Re: Keeping Notes As A Developer

#7
post #6

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.

Re: Keeping Notes As A Developer

#8
post #3

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)