Keeping Notes As A Developer
danielmcgraw.com
Keeping Notes As A Developer
1–8 of 8 posts
Re: Keeping Notes As A Developer
#2I take notes in an emacs buffer
Re: Keeping Notes As A Developer
#3I take notes in an emacs buffer
Thats not a bad idea, but whats your scheme for keeping them referenced and correlated?
Re: Keeping Notes As A Developer
#4Another 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.
Re: Keeping Notes As A Developer
#5Another 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.
Re: Keeping Notes As A Developer
#6evernote 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
#7evernote 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
#8I 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)