Adapt the source code documentation to the new coding style #11
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TOPIO/BigWhoop#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The new coding style is designed to allow the source code to be displayed on small terminal outputs (line width >= 100). To make sure the code is easily readable and small changes can be made on the terminal the source code documentation needs to be adapted to this output paradigm. It is also crucial that the documentation is unintrusive, easily maintainable and readable and doesn't hinder the coding work.