Removing parentheses in models without arguments #137
AndreasKrall
started this conversation in
General
Replies: 1 comment
|
The second example only works well if we add local name spaces for models, e.g. by an annotation like |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I suggest to remove the parentheses in models without arguments. The advantage is that it is shorter to write and read, a potential disadvantage is that a reader cannot distinguish between model invocations and model arguments any more:
vs
vs
All reactions