stz
scoping variables and things
We can scope methods easily enough: public [ a-public-method | -> ø ] package [ a-package-method | -> ø ] private [ a-private-method | -> ø ] But when we want to create a class or a trait we suddenly lose that granularity at the variables and constants level. It is an array after all. But