New posts in coding-style

Coding Style Guide for node.js apps? [closed]

Haskell function composition (.) and function application ($) idioms: correct use

Does anyone still use [goto] in C# and if so why? [closed]

Switch statement fall-through...should it be allowed? [closed]

When is a function too long? [closed]

Chained method calls indentation style in Python [duplicate]

Is effective C++ still effective?

In Intellij, how do I toggle between camel case and underscore spaced?

Is pass-by-value a reasonable default in C++11?

Is there a good reason to use upper case for SQL keywords? [closed]

Should I use `import os.path` or `import os`?

Unobtrusive JavaScript: <script> at the top or the bottom of the HTML code?

How many constructor arguments is too many? [closed]

Forced naming of parameters in Python

A free tool to check C/C++ source code against a set of coding standards? [closed]

Difference in C# between different getter styles

Private vs Protected - Visibility Good-Practice Concern [closed]

for loop optimization

Is calling destructor manually always a sign of bad design?

int vs const int& [closed]