Compare commits
No commits in common. "f628d0b70bbeacb8b9150f4d9dfe3b939ef68152" and "7e3c07f77666883af3724c9cb456c1a085a66a7a" have entirely different histories.
f628d0b70b
...
7e3c07f776
12
cstyle.7
12
cstyle.7
|
@ -1,4 +1,4 @@
|
|||
.Dd November 23, 2024
|
||||
.Dd August 27, 2024
|
||||
.Dt CSTYLE 7
|
||||
.Os Nakidai
|
||||
.
|
||||
|
@ -194,8 +194,8 @@ as the class' name:
|
|||
.
|
||||
.Pp
|
||||
Destructors are named
|
||||
as constructors
|
||||
but with an underscore
|
||||
as constructos
|
||||
but with an anuderscore
|
||||
at the end:
|
||||
.Dl Namespace_Class_
|
||||
.
|
||||
|
@ -241,7 +241,7 @@ some
|
|||
library that
|
||||
covers my needs.
|
||||
.
|
||||
.Ss Code practices
|
||||
.Ss Code practies
|
||||
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 project is complex)
|
||||
(if proejct 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 nakidai@disroot.org
|
||||
.An Nakidai Perumenei Aq Mt plaza521@inbox.ru
|
||||
|
|
Loading…
Reference in New Issue