Zettelkasten
Wonko's collection of notes

Posted on , updated on , in Programming, tagged with

Hitchhikers Guide to Code

In a software project, there are often large parts of the code, which are necessary for everything to work, but not really exciting. And, there are a few central components where the essence of the project happens, that are worth reading to understand the software.

I had the idea to give each project a file which gives readers a guided tour to these central pieces of functionality. And, being a fan of Douglas Adams' The Hitchhiker's Guide to the Galaxy, I would of course call it hitchhiker.md

I suggest the following content:

Just 20 lines would have helped me a lot in many projects. It might be best if they are written by someone new to the project, because they know best what information would have helped them.

Examples