Join Slack
Powered by
Is `NullableValue(.....)` a function or a construc...
# codingconventions
v
voddan
01/12/2018, 10:51 PM
Is
NullableValue(.....)
a function or a constructor?
➕ 1
r
robin
01/13/2018, 5:54 PM
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.
Open in Slack
Previous
Next