Hacker News new | ask | show | jobs
by chromatic 5429 days ago
I haven't written a lot of Joose code, but I use anonymous classes and store their constructors as attributes of a lexically scoped object I inject where I need it, so as to avoid global pollution. So far it works nicely.