Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Circular increment: Which is "better"?

java coding-style

which is better, using a nullable or a boolean return+out parameter

c# coding-style

Should I make my python code less fool-proof to improve readability?

Assigning "null" to objects in every application after their use

Flow controlling macros with 'goto'

Setting a boolean value based on an integer

c# coding-style readability

Delphi Coding Standards [duplicate]

delphi coding-style

Departmental restriction against unsafePerformIO

Should I use block identifiers ("end;") in my code?

Most readable way to write simple conditional check

Small is beautiful, but is it also fast?

c++ c parsing coding-style

Function name for creating something if it's not there yet

exit for = spaghetti code?

vb.net coding-style

Inheriting applications at a new job

coding-style legacy-code

Underscore prefix on member variables. intellisense [duplicate]

PHP - Over-commenting?

php comments coding-style

Is there any reason to write terse code in Java/C#/C++?

c# java coding-style