Explicit namespaces in operation names #463
AntonLydike
started this conversation in
General
Replies: 1 comment 3 replies
-
I agree, this looks bette.r What feels weird to me is that now, IMO, if we really want something clean like this, we should change the dialect classes to support this functionality. Then you can import the actual dialect class and access its operations as properties. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started to write
instead of
I find that this makes it much clearer which dialect an operation comes from. It's also closer to the printed version of things.
I think we should move towards using modules to namespace operations in our code.
Especially if we get more dialects in the future, when we will have clashes of class names
Beta Was this translation helpful? Give feedback.
All reactions