Taifun
February 8, 2021, 6:56pm
2
please follow the naming conventions and republish your corrected extension
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first lā¦
also probably a better name for DoesItHasWriter would be IsAuthorAvailable , and probably a better name for WriterName would be just Author or OnlyAuthor
Taifun
2 Likes