-
-
Notifications
You must be signed in to change notification settings - Fork 326
[Draft] Code style
Yevgeniy Zakharov edited this page May 14, 2019
·
22 revisions
This is a very beginning of defining a code style of the lib
- Use
using
instead oftypedef
-using
is more readable - Class can have
super
alias in its' score only to its' superclass. Otherwise give it a different name - Curly braces after
if
,for
andwhile
must be put on the same line not on the next one - same code less lines