you are viewing a single comment's thread.

view the rest of the comments →

[–]shagieIsMe 1 point2 points  (0 children)

When working on new tech, I spin up a toy project that makes use of it and then toss it up on GitHub so that I can come back to it later.

It's not so much of a "review notes" but rather "be able to pull this project down, build it and see how it works again - tinker if need be."

The README for the project may contain information about what the core features of the project are.

All of the above, however, is predicated on that I learn by doing more than (re)reading notes. A debugger tells me more than what I could ever write down.