Closed RealOrangeOne closed 3 years ago
Use the super calling pattern, which makes much more sense here.
super
Lays the foundation to make https://github.com/RealOrangeOne/zoloto/issues/226 much easier.
Why not use a property here?
Because the idea is you can intercept and change these as needed. Only really like using properties when you're doing funky logic to find a thing, rather than construct it.
Use the
super
calling pattern, which makes much more sense here.Lays the foundation to make https://github.com/RealOrangeOne/zoloto/issues/226 much easier.