New posts in coding-style

Opaque C structs: various ways to declare them

Triple pointers in C: is it a matter of style?

Ruby: unless vs if not

What is the advantage of the 'src/main/java'' convention?

Get rid of ugly if statements

When is it appropriate to use a semicolon?

Alphabetizing methods in Visual Studio

Writing robust R code: namespaces, masking and using the `::` operator

SQL formatting standards [closed]

Modifier Keyword order in Java

How do you test your Request.QueryString[] variables?

Use of Haskell state monad a code smell?

How do you use Control.Applicative to write cleaner Haskell?

How to signal "not implemented yet"?

When to use an elaborated type specifier

Should useless type qualifiers on return types be used, for clarity?

When to use each method of launching a subprocess in Ruby

Correct style for line breaks when chaining methods in Python

Is it good practice to use ordinal of enum?

Using implicitly typed local variables [duplicate]