JavaScript:New to SpiderMonkey: Difference between revisions

(About to start mercurial queues.)
Line 211: Line 211:
==== Coding Style ====
==== Coding Style ====


For many years, SpiderMonkey was written in C, and is gradually moving to C++. We still avoid many features such as run-time type information and virtual functions, but have come around to the glory of templates and namespaces relatively recently. Read the [[JavaScript:SpiderMonkey:C++ Coding Style up-to-date coding guidelines]]. Do NOT read the older coding guidelines, which I will not link to, since they are very out of date.
For many years, SpiderMonkey was written in C, and is gradually moving to C++. We still avoid many features such as run-time type information and virtual functions, but have come around to the glory of templates and namespaces relatively recently. Read the [[JavaScript:SpiderMonkey:C++ Coding Style]]. Do NOT read the older coding guidelines, which I will not link to, since they are very out of date.


==== Workflow ====
==== Workflow ====
120

edits