define class fields outside class definition
Brought to you by:
bonniot
Currently, NICE allows users to define class methods
either inside or outside a class definition. If NICE
can open up class definition to also allow definition
of class fields outside the class definition, this
would be greatly helpful to implement role modeling.
Furthermore, it would be even better if NICE opens up
the class methods for modification for users doing
aspect programming.