Hacker News new | ask | show | jobs
by _f5ah 873 days ago
There is a class `ParameterizedAutoFactoryFactoryFactory`[1] in one of my pet projects.

The name does correctly reflect the purpose of this class. Although I could of course have come up with another one, the temptation of `Factory`x3 was just too strong to resist.

[1]: https://github.com/mykolav/unitycontainer-param-autofactory/...

2 comments

That's even more inspired than RequestSpecificProcessorFactoryFactory from org.apache.xmlrpc.server:

https://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/serve...

ParameterizedAutoFactoryCubed
Power types: to multiply your effectiveness on those days when product and sum types just don't add up.