Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 0.5.6, 0.9
-
Fix Version/s: 0.9.5
-
Component/s: Runtime (Boo.Lang)
-
Labels:None
-
Number of attachments :
Description
At the moment [Module] does not make all members of its applied class static; unfortunately, all members of any class decorated with [Module] must be static to be used properly. ![]()
If a [Module] has many members, this becomes an annoying and definitely not wrist friendly exercise. ![]()
Now that we have "static class" making all members static, do we still want this ?