Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

What's the deal with a leading underscore in PHP class methods?

php coding-style

Good or bad practice? Initializing objects in getter

c# coding-style getter

do..end vs curly braces for blocks in Ruby

How to break a line of chained methods in Python?

python coding-style pep8

Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age? [closed]