Add makes sense though to handle both forward and back
Add makes sense though to handle both forward and back
that's the whole point of the getter, to return something with your intended scope
I agree, some work is required, at the expense of a simpler compiler and probably faster build time (generalizing)
that's the whole point of the getter, to return something with your intended scope
I agree, some work is required, at the expense of a simpler compiler and probably faster build time (generalizing)
immutability would reduce boilerplate, but adds complexity to the compiler and runtime.
immutability would reduce boilerplate, but adds complexity to the compiler and runtime.
Truer words never said
Truer words never said
only a few ways to do things, and the language forces these patterns for consistency.
basically golang, but with a more robust type system (dedicated nullable type).
only a few ways to do things, and the language forces these patterns for consistency.
basically golang, but with a more robust type system (dedicated nullable type).