mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Update coding style
parent
366beb1b36
commit
92189f61ab
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
|
||||||
* Globals: _g__*
|
* Globals: _g__*
|
||||||
* Class members: _m__*
|
* Class members: _m__*
|
||||||
* Statics: _s__*
|
* Statics: _s__*
|
||||||
|
* Template parameter names: *CamelCase*, or just T, U, V...
|
||||||
* Avoid `#defines`, use constant variables instead.
|
* Avoid `#defines`, use constant variables instead.
|
||||||
* Put curly-brackets (`{` and `}`) on the next line.
|
* Put curly-brackets (`{` and `}`) on the next line.
|
||||||
* Try to eliminate all compiler warnings from your code.
|
* Try to eliminate all compiler warnings from your code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue