Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    About hte walk noun/verb, I am writing code in another language, in which verbs and nouns have a clearer distinction, so I wouldn't worry about that. About void making tests harder, what should I do instead? I mean, I have many, non-CQRS methods that return void simply because they return nothing. Commented Jun 9 at 22:12
  • "Properties are kind of methods already." - notice the question was asked in terms of TypeScript, where "property" means both data (storage) and accessor (getter/setter) properties (and technically even encompasses methods, as "function-valued properties"). Commented Jun 10 at 6:51