Terence Eden on Nostr: All other things being equal, which of these coding conventions do you prefer? ...
All other things being equal, which of these coding conventions do you prefer?
`property(object)` or `object.property()` ?
For example, `length($things)` or `$things.length()`
What about if you are manipulating the object? E.g. `upperCase($text)` or `$text.upperCase()`
(Not doing a poll because I'd prefer a discussion.)
`property(object)` or `object.property()` ?
For example, `length($things)` or `$things.length()`
What about if you are manipulating the object? E.g. `upperCase($text)` or `$text.upperCase()`
(Not doing a poll because I'd prefer a discussion.)