README update and a type conversion fix.

This commit is contained in:
Johannes Findeisen 2022-10-06 03:31:40 +02:00
commit 87c88a243b
2 changed files with 6 additions and 4 deletions

View file

@ -63,6 +63,8 @@ source tree is ok when respecting the license. Not using 3rd party libraries
should always be preferred though.
- Inline comments should be all lowercase. Descriptions and documentation comments
must be natural language.
- Arguments to functions must always be in alphabetical order.
- Class member variables must always be in alphabetical order in __init__().
### Required libraries