mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
a019012178
commit
a80df6a645
|
|
@ -40,12 +40,6 @@ When writing code keep the following topics in mind:
|
|||
|
||||
Namespaces must never be globally used. This means for example `use namespace std;` is prohibited and functions from the standard namespace should be prefixed instead `std::`
|
||||
|
||||
## Data types
|
||||
|
||||
### Unsigned Integer
|
||||
|
||||
Be careful when you use unsigned and signed integers. When using unsigned integers the compiler may create additional instructions depending on the situation since it must support integer wrapping.
|
||||
|
||||
## Templates
|
||||
|
||||
Don't use C++ templates.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user