Do we want functions to act as properties, or merely omit parens for ufcs/chaining?

Jacob Carlborg doob at me.com
Tue Jan 29 02:38:24 PST 2013


On 2013-01-29 02:59, Craig Dillabaugh wrote:

> It sort of reminds me of Python where you can do something like:
>
> ' '.join( list_of_strings )

That looks kind of backwards. I would go with:

list_of_strings.join(' ')

Which feels more natural.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list