From 92189f61aba9e64572f33baac10ad24eda595f82 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 19 Sep 2018 13:26:57 +0300 Subject: [PATCH] Update coding style --- Coding-Style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Coding-Style.md b/Coding-Style.md index ff6b3b0..6b8c771 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -6,6 +6,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't * Globals: _g__* * Class members: _m__* * Statics: _s__* +* Template parameter names: *CamelCase*, or just T, U, V... * Avoid `#defines`, use constant variables instead. * Put curly-brackets (`{` and `}`) on the next line. * Try to eliminate all compiler warnings from your code.