Skip to content

Commit e7e97bf

Browse files
committed
Adding "Trait" to the coding standards and fixing some formatting issues
1 parent fa881c1 commit e7e97bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

contributing/code/standards.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,11 @@ Naming Conventions
108108

109109
* Use namespaces for all classes;
110110

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

113-
* Suffix interfaces with `Interface`;
113+
* Suffix interfaces with ``Interface``;
114+
115+
* Suffix traits with ``Trait``;
114116

115117
* Use alphanumeric characters and underscores for file names;
116118

0 commit comments

Comments
 (0)