mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Updated Coding Style (markdown)
parent
4b744aea95
commit
710fd83113
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
|
||||||
* Try to eliminate all compiler warnings from your code.
|
* Try to eliminate all compiler warnings from your code.
|
||||||
* Try to use C++ standard data types whenever it's possible (e.g. _std::string_ instead of _wxString_).
|
* Try to use C++ standard data types whenever it's possible (e.g. _std::string_ instead of _wxString_).
|
||||||
* Comment *every* hack you do, *every* snippet you comment out and *every* improvable code.
|
* Comment *every* hack you do, *every* snippet you comment out and *every* improvable code.
|
||||||
|
* If you have to comment or place a commented code snippet, include the reasons to do that in the comment.
|
||||||
|
|
||||||
***
|
***
|
||||||
### Emulator coding style
|
### Emulator coding style
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue