Skip to content

Commit a4ca0f8

Browse files
committed
[#922] Making the Abstract coding standard less strong, since it's often a good idea, but definitely not always followed in core
1 parent f39b4c4 commit a4ca0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Naming Conventions
108108

109109
* Use namespaces for all classes;
110110

111-
* Prefix abstract classes with `Abstract`;
111+
* Abstract classes are often prefixed with `Abstract`;
112112

113113
* Suffix interfaces with `Interface`;
114114

0 commit comments

Comments
 (0)