Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

#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

Is it a good idea to use aspects as a method for removing defensive checks from application logic?

Keeping to 79 char line limit in Python with multiple indents

python coding-style

Delphi: Maintainability Virtual vs Virtual Abstract

What are the use cases of not declaring the name for a typename in template?

How do I create a clean cascading if structure in c++?

c++ coding-style

Is using output parameters considered bad practice? [closed]

java coding-style

Avoiding spaghetti code while writing small functions