Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

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

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

Chained method calls indentation style in Python [duplicate]

When is a function too long? [closed]

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?

c++ coding-style c++11

Does <STYLE> have to be in the <HEAD> of an HTML document?

html coding-style html-head

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

Is it a bad practice to use an if-statement without curly braces? [closed]

How many constructor arguments is too many? [closed]

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

Forced naming of parameters in Python

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

c++ c coding-style

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

Difference in C# between different getter styles

Is it good style to explicitly return in Ruby?

Why use prefixes on member variables in C++ classes

Python style - line continuation with strings? [duplicate]

python coding-style