davemds pushed a commit to branch master.

commit 90a73380d6f149503e3ad451260acd3622d4ca9c
Author: davemds <[email protected]>
Date:   Sat Mar 30 14:00:50 2013 +0100

    Python-EFL: CODING, explain better the choose
---
 CODING | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CODING b/CODING
index bb58a2d..c390d1b 100644
--- a/CODING
+++ b/CODING
@@ -4,7 +4,9 @@ Style
 
 * For indentation, use *four space characters* per level of indentation.
 
-* When comparing C pointers, use == and != . This makes a visual distinction.
+* When comparing C pointers, use == and != instead of the python operator "is".
+  This makes a visual distinction between C and py code and don't confuse the
+  reader as "==" and "is" has different meaning in python.
 
 Tips
 ====

-- 

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2

Reply via email to