Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Opaque C structs: various ways to declare them

Should I Return None or (None, None)?

Why an expression instead of a constant, in a C for-loop's conditional?

Why would var be a bad thing?

Ruby: unless vs if not

ruby coding-style

Prefixing property names with an underscore in Objective C [duplicate]

In C#, what's the best way to spread a single-line string literal across multiple source lines?

c# string coding-style

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

When is it appropriate to use a semicolon?

typescript coding-style

JavaScript: What dangers are in extending Array.prototype?

Modifier Keyword order in Java

Get rid of ugly if statements

java coding-style

Alphabetizing methods in Visual Studio

SQL formatting standards [closed]

How to signal "not implemented yet"?

Should I use public properties and private fields or public fields for data?

Use of Haskell state monad a code smell?

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

haskell coding-style

Are there standards for Linux command line switches and arguments? [closed]

What are the benefits to using anonymous functions instead of named functions for callbacks and parameters in JavaScript event code?