Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What is wrong with accessing DBI directly?

What is the benefit of immediate down-casting?

java coding-style

C project structure - header-per-module vs. one big header

c coding-style header-files

Coding style - keep parentheses on the same line or new line? [closed]

Does "ANSI C" or "ANSI C++" still mean something today?

return early vs if in ruby code

Programming style of method declaration of get/set method variables in C++?

c++ coding-style

Exiting a loop in Java

java coding-style

How much of STL is too much? [closed]

c++ stl 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