Programming journal

Hi coders,
While looking for the source for my project, I saw that some programmers or developers wrote a kind of diary to keep track of the code.
I think it’s nice, but I was wondering exactly how you can structure a diary and if any of you use this to write code.
Thanks,
CamCode

2 Likes

Diary? Is it written as comments alongside the code or is it on a different file?

For the latter, I find the following the resources helpful:

https://routley.io/posts/logbook/

A chapter from Pragmatic Programmer

And somewhat related:

https://malcolmocean.com/2017/11/captains-log-ultra-simple-tech-for-self-reflection/

1 Like