On Monday, 2 April 2018 at 15:15:05 UTC, Dennis wrote:
On Monday, 2 April 2018 at 14:51:57 UTC, Vladimirs Nordholm
wrote:
Do you think I should I omit the @property tag, if the only
wanted behaviour is to set a value (`foo.bar = "baz";`) ?
You're probably fine either way, it's mostly for making your
intention clear. Jonathan M Davis made a great explanation:
(https://forum.dlang.org/post/mailman.709.1481234980.9448.digitalmars-d-le...@puremagic.com)
His reasoning is the same as mine. I only have the @property as
documentation :)