<br><br>On Sunday, December 18, 2011, Niitsuma Hirotaka &lt;<a href="mailto:hirotaka.niitsuma@gmail.com">hirotaka.niitsuma@gmail.com</a>&gt; wrote:<br>&gt; Thank you.<br>&gt; I clearly understand.<br>&gt;<br>&gt; By the way,<br>
&gt; Are there standard way exporting global variable from some module ?<br><br><br>I usually avoid global name exports unless the name stands for a constant value.  Otherwise, I may export a parameter or use setters and getters as you&#39;ve done.  I try to avoid exposing my module&#39;s global variables.  It may be worthwhile to hear how other people organize their code.