Code reading

Taking notes, copy and pasting snippets of code that you’re following the thread of into a notepad is helpful. Especially useful for understanding large pieces of code, it allows you to maintain context across multiple methods and classes.

Comments are closed.