Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

In Python, when should I use a function instead of a method?

#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?

Why rename synthesized properties in iOS with leading underscores? [duplicate]

Tool to convert Python code to be PEP8 compliant

python coding-style pep8

cleanest way to skip a foreach if array is empty [duplicate]

php coding-style

Default parameters with C++ constructors [closed]

Why declare a struct that only contains an array in C?

c arrays coding-style struct

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`?