-
Notifications
You must be signed in to change notification settings - Fork 105
C for C Coders
Youngsup Kim edited this page Mar 6, 2019
·
3 revisions
-
DRY(Don't repeat yourself)
- To make you - coders - save time.
-
NMN(No magic number)
- To make you - coders - code robust.
-
NSE(No side effects)
- To make you - coders - code clean.
-
IIS(Interface and Implementation Separation)
- To give you - coders - more freedom.
compiled by [email protected]