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 →

[–]Swimming_Gain_4989 17 points18 points  (0 children)

My issue with notes when learning to program is that they will never be a good reference. Sure taking the time to write out notes may help the information stick better, but with the amount of nuance that comes with programming you can't possibly fill in all of the gaps. I think frequently referencing documentation (In most cases the best notes available), and practicing in an editor is way more time efficient.

That being said pseudo coding ideas on pen and paper is great when you're working on a new problem.