Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Spaghetti php code performance and scalability compared to mvc/oop?

Putting classes inside namespaces

using iterators, ifstream, ofstream the way it's meant to be done

Should this be a class member?

java coding-style

Java's garbage collection - is nulling every object explicitly considered a good style?

Flags- and non-flags-variant of an enum

c# coding-style enums

Where should we put our enums? [closed]

c# java c++ coding-style enums

PHP & ZF2 / Comparison: expected == actual

Nested switch? Or other solution checking different conditions?

Should a class constructor return a subclass?

python oop coding-style

How to make Maven checking the source end-of-line?

C error handling coding-style [closed]

Good style - return enum or int? [closed]

c++ coding-style enums

Boolean parameters - should I name them?

coding-style

What does it means to not exceeding 80 characters in a line in Python?

python coding-style pep8

How has your coding standards document changed when you upgraded to C# 3.0 / VS2008?

Smaller Methods

Multiple if blocks or a single if with AND condition

c# coding-style

How to cast generics in a loop?

Returning from method with return command

java coding-style