From 710fd83113a9f4471df8a9121326a6e69eccfcf0 Mon Sep 17 00:00:00 2001 From: AlexAltea Date: Fri, 3 Oct 2014 13:56:21 -0700 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Coding-Style.md b/Coding-Style.md index 87cbae3..8a22432 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -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 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. *** ### Emulator coding style