
9 Aug
2009
9 Aug
'09
5:02 p.m.
But my static method interface solves the problem. Is that not better
Craig Henderson wrote: than
documenting a side-effect?
What will happen if you add a static data ? Won't be shared and accessible through the map functor in the same way ?
Yes, if it were used to share data between instances, but that is easier for the developer (library user) to understand than documenting a side-effect of doing something more natural like adding instance data. The static interface surely discourages this activity? Regards -- Craig