Skip to content

Commit ac99784

Browse files
committed
minor #9041 Update best_practices.rst (SergeyPodgornyy, javiereguiluz)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9041). Discussion ---------- Update best_practices.rst Commits ------- 69e78f4 Added minor clarification about what StudlyCaps is 26ff10b Update best_practices.rst
2 parents 3b85367 + 69e78f4 commit ac99784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A namespace becomes a bundle as soon as you add a bundle class to it. The
3737
bundle class name must follow these simple rules:
3838

3939
* Use only alphanumeric characters and underscores;
40-
* Use a CamelCased name;
40+
* Use a StudlyCaps name (i.e. camelCase with the first letter uppercased);
4141
* Use a descriptive and short name (no more than two words);
4242
* Prefix the name with the concatenation of the vendor (and optionally the
4343
category namespaces);

0 commit comments

Comments
 (0)