Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Does this function have too many parameters?

Idiomatic use of std::auto_ptr or only use shared_ptr?

jQuery get elements without display="none"

What are double colons :: in a shell script?

bash coding-style

C++ Style: Prefixing virtual keyword to overridden methods