tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Coding standards


From: Charles Lohr
Subject: [Tinycc-devel] Coding standards
Date: Thu, 5 Oct 2017 12:00:06 -0400

Just wondering, is there any codified "this is our preferred coding standards" regarding curly-brace, tabs/spaces, commets, etc.?

I'm normally a:
if( ( condition ) || ( 3 & 5 ) ) {
[TAB]Stuff
} else {
[TAB]Other stuff //Comment
}

kinda guy, but seems like this is inconsistently in direct opposition to your guys standards.

Though I can't seem to find a consistent pattern.  Do any of the lead maintainers have real opinions surrounding this?

Charles

reply via email to

[Prev in Thread] Current Thread [Next in Thread]