Skip to content
Snippets Groups Projects
Commit 883d3fd5 authored by Timo Koch's avatar Timo Koch
Browse files

[styleguide] Add note about floating point number and lonely dots

parent f70482c8
No related branches found
No related tags found
1 merge request!2462[styleguide] Add note about floating point number and lonely dots
...@@ -164,6 +164,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec ...@@ -164,6 +164,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec
else else
return 1.0; // ok, one-liner return 1.0; // ok, one-liner
``` ```
* __Numbers__: Write `1.0` not `1.` due to better readability
### Namespaces ### Namespaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment