Displaying 1 result from an estimated 1 matches for "pennyworth".
Did you mean:
pennorth
2019 Aug 09
1
Underscores in package names
Naming policies are always tricky. The one proposed by Hadley, as the one
proposed by Google, are usable but not optimal according to most common
needs, that are
1. Name a package
2. Name a class
3. Name a function
4. Name a parameter of a function
5. Name a variable
My approach is the following
1. Package names should be made of lowercase characters, dash, dot and
underscore
2. Class names