Sorry, I do not value($$$) your privacy. :^) — Privacy Policy

Coding Style

Done from scratch to note choices done so far instead of copying and modifying after it. This just denotes my preferred coding style but the most important is for a project’s code to be consistent.

And this applies to all programming languages that I use, even if I’ll use C vocabulary when applicable, implementation of it is done in my .clang-format dot-file.

Recommended Reading

The following contain good information, some of which is repeated below, some of which is contradicted below.

Choices