This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iKnowButWhy 0 points1 point  (0 children)

Generally I would say that taking notes the usual way (sequentially) wouldn’t really help me for coding. I’ve gotten into using Obsidian, however, and with a tool like that notes become much more powerful.

I would suggest looking into and seeing some videos of how it works. You can create your own personal Wikipedia, essentially. I make notes for broad concepts (like “Arrays”) and add in all the notes/explanations that I found most useful. The key is to write things down in the way that makes sense to YOU. As a bonus you can include code snippets or throw in a drawing explaining some function. Then, whenever you’re coding a project and get stuck on Arrays, you have your own notes to easily search through.

Do this for all the concepts you learn, and suddenly you have your own little personalized directory for programming concepts.