-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does *M stand for? #38
Comments
It's quite annoying, but modules live in the same namespace as everything else, so sadly we have to find a way to systematically name types and modules differently. |
so Person.jl can change to person.jl (so now we know it is just a type) |
|
So we reached two proposal concerning the last point:
|
e.g. KinshipM and BasicInfoM
Module?
If this is the case, to my understanding you'd like to re-structure the code into more modules, e.g. Module Person. In this case, the naming convention would be enough to deduce if a file corresponds to a module or not.
Edit: Yes in this case, the module name should be different than the type name
The text was updated successfully, but these errors were encountered: