Compare commits
2 Commits
7e3c07f776
...
f628d0b70b
Author | SHA1 | Date |
---|---|---|
Nakidai | f628d0b70b | |
Nakidai | f49f6979c4 |
12
cstyle.7
12
cstyle.7
|
@ -1,4 +1,4 @@
|
|||
.Dd August 27, 2024
|
||||
.Dd November 23, 2024
|
||||
.Dt CSTYLE 7
|
||||
.Os Nakidai
|
||||
.
|
||||
|
@ -194,8 +194,8 @@ as the class' name:
|
|||
.
|
||||
.Pp
|
||||
Destructors are named
|
||||
as constructos
|
||||
but with an anuderscore
|
||||
as constructors
|
||||
but with an underscore
|
||||
at the end:
|
||||
.Dl Namespace_Class_
|
||||
.
|
||||
|
@ -241,7 +241,7 @@ some
|
|||
library that
|
||||
covers my needs.
|
||||
.
|
||||
.Ss Code practies
|
||||
.Ss Code practices
|
||||
I prefer pre-increment
|
||||
over post-increment
|
||||
when it doesn't matter.
|
||||
|
@ -282,7 +282,7 @@ project name.
|
|||
.Pp
|
||||
In the root I place
|
||||
configure script
|
||||
(if proejct is complex)
|
||||
(if project is complex)
|
||||
and Makefile.
|
||||
I write configure scripts
|
||||
by hand,
|
||||
|
@ -291,4 +291,4 @@ or other scary things
|
|||
are needed.
|
||||
.
|
||||
.Sh AUTHORS
|
||||
.An Nakidai Perumenei Aq Mt plaza521@inbox.ru
|
||||
.An Nakidai Perumenei Aq Mt nakidai@disroot.org
|
||||
|
|
Loading…
Reference in New Issue