|
|
|
|
|
by bokwoon
1808 days ago
|
|
You're not supposed to use `super` or specialization with factory functions, call the functions you need instead. OOP inheritance does not belong in this pattern, even if you could hamfist it in (which you've already observed as unwieldy). |
|