All public logs

Jump to navigation Jump to search

Combined display of all available logs of InkBox. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:41, 26 July 2022 Nicolas Mailloux talk contribs created page InkBox project code contributing guidelines (Created page with "This page contains code contributing guidelines one must follow for their code to be merged in one of the source repositories of the InkBox project. When writing code, you shall remember one word: <b>consistency</b>. == C/C++ == * No unnecessary includes * One-line comments: <pre>// Hi, this is a comment</pre> * Multi-line comments: <pre>Hi, this is a multi-line comment: </pre> === C === ==== Variables and function names ==== Use <code>snake_case</code> when...")