New posts in coding-style

How do you reconcile common C++ naming conventions with those of the libraries

What's the best way to layout a C# class? [duplicate]

Is there a recommended maximum line length for HTML or JavaScript? [closed]

JavaScript: inline functions vs predefined functions

Should I add a trailing comma after the last argument in a function call?

Out parameters and pass by reference [closed]

Why code-as-data?

In Java, should variables be declared at the top of a function, or as they're needed?

What are the url parameters naming convention or standards to follow

Get correct indentation in Resharper for object and array initializers

Named blocks to limit variable scope: good idea?

Should you use pointers (unsafe code) in C#?

Python indentation in "empty lines"

Best practice for lazy loading Python modules

Ruby convention for chaining calls over multiple lines

Stop PhpStorm from aligning associative arrays

What does it mean when a variable equals a function? [duplicate]

c++ standard practice: virtual interface classes vs. templates

Length of longest word in a list

C++ iterators & loop optimization