You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing modules with the right name but incorrect cases results in an error. Morpho modules are by convention named using all lowercase characters, so it would be useful if Morpho throws a warning instead, highlighting the presence of uppercases in the import statement.
Confusion can be caused by namesake classes, since classes are named using uppercases by convention.
Importing modules with the right name but incorrect cases results in an error. Morpho modules are by convention named using all lowercase characters, so it would be useful if Morpho throws a warning instead, highlighting the presence of uppercases in the import statement.
Confusion can be caused by namesake classes, since classes are named using uppercases by convention.
E.g.
The text was updated successfully, but these errors were encountered: