Skip to content

Commit 1a24c82

Browse files
committed
Add interfaces and exceptions docs
1 parent c1219a4 commit 1a24c82

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

007-exceptions.md

+8
Original file line numberDiff line numberDiff line change
@@ -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

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 008 - Interfaces
2+
3+
- Interface name should be suffixed with `Interface`.
4+
5+
## References
6+
7+
- [International community discussion and poll](https://forum.yiiframework.com/t/naming-interfaces/126612/5)
8+
- [Russian community discussion and poll](https://yiiframework.ru/forum/viewtopic.php?f=39&t=51289)

0 commit comments

Comments
 (0)