Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is there a proper and wrong way to format CSS?

css coding-style

PHP Classes containing only constants

php oop coding-style

Python: Pep8 E128 indentation error... how can this by styled?

What is a good way to make a class unserializable?

Should we declare a public constructor when the class is declared as package private?

java coding-style

Nested case statements in SML

coding-style sml

Are there any widespread, modern Java coding conventions? [closed]

java tabs coding-style

Checkstyle for C#?

Is there a coding standards enforcement tool for Scala?

Is FxCop Dead? Can it be used with VS2015?

c# coding-style fxcop

Reference equality performance difference? ((object)obj1 == (object)obj2) vs. object.ReferenceEquals( obj1, obj2 )

Is GetLastError() kind of design pattern? Is it good mechanism?

What are the advantages of squashing assignment and error checking in one line?

c++ c coding-style

Is it a bad practice to use #ifdef in code?

c++ macos coding-style

Constant abuse?

c# coding-style

correct name for a variable users_ids vs user_ids

Disadvantages of Objective-C++? [closed]

Turn Off Visual Studio/VB.Net Lines around each method

Is it wrong to use braces for variable scope purposes?

What is "?:" notation in JavaScript?