-
Notifications
You must be signed in to change notification settings - Fork 138
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
Short Names or Long Names? #844
Comments
For Algebra, this du to a recent effort that is not finished to clean it. The same would be needed for Category, so naming + organization. |
Do you mean to deal with Algebra and Category separately? That's Ok. But also I hope there could be a general standard for the whole (at least most of the) library, since it's a problem beyond just Algebra or Category. |
No I meant having an issue about refactoring Category and one about defining naming conventions or category. It don't really see how it is possible to define a general standard on naming convention for different part of mathematics. For instance long names, sometimes there are better sometimes not, I personally think it should be left to the author with possible convention depending on the folder / subject |
All right. Btw, there has been an issue about naming for Category #803. |
I would prefer to use long names. Shorter names can be assigned locally in files that use a concept extensively. |
Recently I realized that there are many concepts in category theory that they have long names, and they become even longer if one combines them, such as
isUnivalentFullSubcategory
orisFaithful+isFull→isFullyFaithful
. Short names or abbreviations look cleaner at first sight, but abuse of them may cause confusion and make proofs hard to understand. Especially when the names contains several abbreviations, it becomes very difficult to read.Soon or later one will encounter such problems, and it's definitely not restricted to category theory. The current naming convention does not fully address this problem. In
Cubical/NAMING.md
, it encourages using of abbreviations but only involves simple words. InCubical/Algebra/NAMING.md
, it only settles abbreviations for some common properties for algebra. So what is your opinion? Do we need to set up standards on using of short/long names and abbreviations?Relevant to #646.
The text was updated successfully, but these errors were encountered: