diff --git a/Style-Guide-for-Nim-Code.md b/Style-Guide-for-Nim-Code.md index a8a9e99..a40a80e 100644 --- a/Style-Guide-for-Nim-Code.md +++ b/Style-Guide-for-Nim-Code.md @@ -113,7 +113,7 @@ changed in the future. LinkToFile ``` -- In the age of HTTP, HTML, FTP, TCP, IP, UTF, WWW it is foolish to pretend these are somewhat special words requiring all uppercase. Instead tread them as what they are: Real words. So it's ``parseUrl`` rather than ``parseURL``, ``checkHttpHeader`` instead of ``checkHTTPHeader`` etc. +- Uppercase acronyms (e.g. GPU) should be written in lowercase/capitalized: ``parseUrl`` rather than ``parseURL``, ``checkHttpHeader`` instead of ``checkHTTPHeader`` etc. ### Coding Conventions ### - The 'return' statement should only be used when it's control-flow properties