Changes between Version 12 and Version 13 of EFLWebKitCodingStyle
- Timestamp:
- Aug 13, 2012 7:49:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKitCodingStyle
v12 v13 9 9 * Use c++ '''new/delete''' operators 10 10 * Use '''const''' keyword instead of '''#define''' when you define constant variable. 11 * Use NULLin public C headers instead of 011 * Use '''NULL''' in public C headers instead of 0 12 12 * Use a double negation '''(!!)''' when you modify or compare with a Eina Bool member variable which stores a value in a bit field. 13 13