Write down questions you have as you go (include file and line number) instead of getting bogged down
Jot down code syntax or patterns you want to try out yourself, or want to understand better
write notes summarizing how something works after you have figured it out
# How does `render_resource` work?
- this method is defined in the RenderResource module
- its arguments are ...
- it returns ...
- it's useful because...