DEV Community

Discussion on: How to take smart notes (as a developer)

Collapse
 
slavcoder profile image
Sławomir

Things which I want to have quick reffer I try to note in .md files, but things I want to remember and understand I write also or only on my paper note cards.

For example:

  • how strict mode works in js, what are the differents?
  • what are webhooks?
  • some common methods (for example array methods in JS)
  • when I read paper books it is easier for me to take notes on paper too
  • answers for common interview questions

The benefit of it is easy repetition. You remember less if you write on keyboard and it is harder to test your knowledge. My notes stack is not only for programming related stuff, but for all kind of knowledge. I don't make categories - like I said, I simplify everything :)
I'm not sure if it is a right answer for your question.

Thread Thread
 
emma profile image
Emma Goto 🍙

That answers it - thanks! I could definitely see myself doing this for certain JavaScript concepts.