Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Class method and instance method with the same name in Objective-C

What flag should I use to enforce a good C++11 style?

Quickest way to assign a PHP variable from an array value that may not exist without error

Static code analysis for new language. Where to start? [closed]

Asymmetric behavior for __getattr__, newstyle vs oldstyle classes

Log message style guide

logging coding-style

When I define functions, in what order should I put the parameters?

#define or const string*

What is the meaning of leading and trailing underscores in Linux kernel identifiers?

c linux coding-style kernel

php-cs-fixer: need more information on using fix --level option

php symfony coding-style psr-2

What is "__docformat__" used for in Python?

Is it reasonable to enforce that unit tests should never talk to a live database/webservice?

Coding style in .NET: whether to refactor into new method or not?

c# .net coding-style

Reducing redundancy/duplication in SQL Code

sql sql-server coding-style

When should I use "and" in Objective-C method names?

Matlab code formatting similar to AStyle? [closed]

Best practice: returning multiple values

Is it required to keep space after type cast by Symfony coding standards?

php symfony coding-style

C# StyleCop - Using "this." prefix for base class members like current class members or not?

c# coding-style this stylecop

Pointer vs variable in class