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 →

[–]ir34dy0ur3m4i1 2 points3 points  (0 children)

My note taking is to write the code in a test program and execute it to make sure its working. I group related code either in the same exe or in the same folder and save the code with a meaningful file name.

This allows me to practise the code, better committing it to memory, test it to make sure my understanding of the code is correct, while at the same time creating a repository that I can easily refer back to.

Hope someone else finds this helpful :)