On Sunday, December 18, 2011, Niitsuma Hirotaka <hirotaka.niits...@gmail.com> wrote: > Thank you. > I clearly understand. > > By the way, > Are there standard way exporting global variable from some module ?
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've done. I try to avoid exposing my module's global variables. It may be worthwhile to hear how other people organize their code.
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users