On Mon, Oct 29, 2012 at 10:23 AM, Brendan Eich <[email protected]> wrote:
> https://bugzilla.mozilla.org/show_bug.cgi?id=800659#c2
>
> Happy to discuss here or there. In a nutshell: we're already using the Gecko
> convention in places. Why not just unify on it?

Fine by me -- I prefer it.

(For clarity:  the Gecko C++ conventions are as follows:

k=constant (e.g. kNC_child). Not all code uses this style; some uses
ALL_CAPS for constants.
g=global (e.g. gPrefService)
a=argument (e.g. aCount)
s=static member (e.g. sPrefChecked)
m=member (e.g. mLength)

That's from 
https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style.)

Nick
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to