Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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]

Is nested function a good approach when required by only one function? [closed]

Why should I use var instead of a type? [duplicate]

Unique ways to use the null coalescing operator [closed]

How to name factory like methods?

What was the strangest coding standard rule that you were forced to follow? [closed]

coding-style

Checking for NULL pointer in C/C++ [closed]

Setting variable to NULL after free

Are there any coding standards for JavaScript? [closed]

javascript coding-style