[webkit-efl] Remove an item in EFL coding style document

Kangil Han kangil.han at samsung.com
Thu Aug 16 04:24:04 PDT 2012


Hi Gyuyoung,
 
I think you're totally right. J
 
Thanks,
Kangil Han
 
From: webkit-efl-bounces at lists.webkit.org
[mailto:webkit-efl-bounces at lists.webkit.org] On Behalf Of Gyuyoung Kim
Sent: Thursday, August 16, 2012 8:07 PM
To: webkit-efl at lists.webkit.org
Cc: kenneth at webkit.org
Subject: [webkit-efl] Remove an item in EFL coding style document
 
Hello EFL folks,
 
I would like to remove below coding style from EFL port coding style
document. Because, this is not EFL port specific coding style. In my
opinion, EFL port needs to follow WebKit coding style for constant variable.
 
==  Use const keyword instead of #define when you define constant variable
==
Right 
 const int defaultTileWidth = 256;
 const int defaultTileHeigth = 256;
 
Wrong
 #define DEFAULT_TILE_W (256) 
 #define DEFAULT_TILE_H (256)
 
If there are any objections or feedback, please let me know. :-)
 
Cheers,
Gyuyoung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-efl/attachments/20120816/426b0f2f/attachment-0001.html>


More information about the webkit-efl mailing list