Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

C++ Coding Guideline 102

c++ coding-style

If a constructor throws exception, then does it make sense to have a global object of that class?

Open Source iOS projects for learning best coding practices [closed]

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