mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-20 15:40:23 +00:00
Addition regarding /**/ usage
parent
77e72db45b
commit
7646421424
@ -12,6 +12,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
|
||||
* 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.
|
||||
* If you have to comment or place a commented code snippet, include the reasons to do that in the comment.
|
||||
* Don't use `/**/` for commenting out multiple lines. Use `//` on every line instead. In Visual Studio, for example, you can just select desired lines and use `Ctrl+K,C` combination to comment every line with `//`, `Ctrl+K,U` reverts this.
|
||||
|
||||
***
|
||||
### Emulator coding style
|
||||
|
Loading…
x
Reference in New Issue
Block a user