Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

C# style: May properties be grouped with their backing fields?

What is the preferred way (better style) to define a method in one line in Ruby?

ruby coding-style

How to notify the programmer of a null argument?

java coding-style