Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Relational table naming convention [closed]

Check if a string contains an element from a list (of strings)

String output: format or concat in C#?

Why is it considered a bad practice to omit curly braces? [closed]

java c# c++ c coding-style

pythonic way to do something N times without an index variable?

Advantages of std::for_each over for loop

c++ stl foreach coding-style

Internal typedefs in C++ - good style or bad style?

c++ coding-style typedef