I do this *all* the time. I write comments that are what I wish the code did, figure out how to make each comment come true, put that code under each line comment, delete the ones that are now obvious, and leave the rest as section markers.
Here's a #gamedev, #indiedev, and general programming tip I use a lot. Before writing code, think about the logic and THEN WRITE IT DOWN as code comments. Once you have implemented and tested, you can delete the comments.
29
66
9
494
I often write the README in the hope that the tool will write itself after that; sadly it doesn't :(
Nov 24, 2020 ยท 10:10 PM UTC
3


