We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1219a4 commit 1a24c82Copy full SHA for 1a24c82
007-exceptions.md
@@ -0,0 +1,8 @@
1
+# 007 - Exceptions
2
+
3
+- Exception class name should be suffixed with `Exception`.
4
5
+## References
6
7
+- [International community discussion and poll](https://forum.yiiframework.com/t/naming-exceptions/126613/6)
8
+- [Russian community discussion and poll](https://yiiframework.ru/forum/viewtopic.php?f=39&t=51290)
008-interfaces.md
+# 008 - Interfaces
+- Interface name should be suffixed with `Interface`.
+- [International community discussion and poll](https://forum.yiiframework.com/t/naming-interfaces/126612/5)
+- [Russian community discussion and poll](https://yiiframework.ru/forum/viewtopic.php?f=39&t=51289)
0 commit comments