mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-23 21:15:21 +00:00
Updated Coding Style (markdown)
parent
ac5538b39e
commit
7a6b654b96
1 changed files with 4 additions and 0 deletions
|
@ -46,3 +46,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't
|
|||
* Use `.notice()` method to print debug information unconditionally.
|
||||
* Use `.log()` method for well implemented functions.
|
||||
* Don't return CELL_OK and other error codes if the function result type doesn't mean error code.
|
||||
|
||||
***
|
||||
### Qt coding style
|
||||
* Don't concatenate translated strings. Use tr().arg() instead.
|
||||
|
|
Loading…
Add table
Reference in a new issue