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 26ff10b commit 69e78f4Copy full SHA for 69e78f4
bundles/best_practices.rst
@@ -37,7 +37,7 @@ A namespace becomes a bundle as soon as you add a bundle class to it. The
37
bundle class name must follow these simple rules:
38
39
* Use only alphanumeric characters and underscores;
40
-* Use a StudlyCaps name;
+* Use a StudlyCaps name (i.e. camelCase with the first letter uppercased);
41
* Use a descriptive and short name (no more than two words);
42
* Prefix the name with the concatenation of the vendor (and optionally the
43
category namespaces);
0 commit comments