Is `NullableValue(.....)` a function or a construc...
# codingconventions
v
Is
NullableValue(.....)
a function or a constructor?
1
r
I feel like that shouldn't really matter. After all, from the POV of the caller, a constructor is just a function returning an instance of the desired type, and might be switched out for a factory function.