We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed4c09 commit e54bc8aCopy full SHA for e54bc8a
README.markdown
@@ -77,7 +77,7 @@ Descriptive and consistent naming makes software easier to read and understand.
77
- generally avoiding abbreviations
78
- using precedent for names
79
- preferring methods and properties to free functions
80
-- making acronyms and initialisms are cased uniformly up or down
+- casing acronyms and initialisms uniformly up or down
81
- giving the same base name to methods that share the same meaning
82
- avoiding overloads on return type
83
- choosing good parameter names that serve as documentation
0 commit comments