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

Gyuyoung Kim gyuyoung at gmail.com
Thu Aug 16 04:06:55 PDT 2012


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/ff7b61df/attachment.html>


More information about the webkit-efl mailing list