On Fri, Nov 2, 2012 at 5:48 PM, Mark Lam <mark....@apple.com> wrote:
> FYI, some time in the near future (maybe this weekend), I plan to do some 
> work to break inline methods in JavaScriptCore out of header files into their 
> own inline header files.
>
> Naming-wise, the existing JSC code has a few inline headers named …Inlines.h 
> and more named …InlinedMethods.h.  On the WebCore side, the few that exists 
> there are named …InlineMethods.h.  I have a preference for the …Inlines.h 
> convention because it is shorter and concisely communicates the intent.  I 
> plan to rename all these inline headers to be …Inlines.h for consistency.  
> Does anyone object to my renaming the inline headers?

I support this change, and I also prefer Inlines.h since "method"
isn't a C/C++ terminology.

- Ryosuke
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to