Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Should I avoid nested if statements in Perl?

perl coding-style nested

Use this. to access internal class members?

c# coding-style this

Convention for pointer *

objective-c coding-style

Why extra spaces and linebreaks in queries are bad?

Is there a readable way to put millions into c# code?

c# coding-style

Server side Javascript best practices?

"if" considered harmful in ASP.NET MVC View (.aspx) files?

Idiomatic Scala for Options in place of if/else/else chain

String comparison order in Java

java string coding-style

What is better java syntax: if (isSomething() == false) { or if (!isSomething()) { [closed]

java syntax coding-style

How to tell that there is no result of a function with return value?

Centering Text in HTML

html coding-style

To iterate or to use a counter, that is the question

c++ stl coding-style

Letting go of auto_ptr

Is there are way to create method level constants without namespace polution?

scala coding-style

C++ Style Convention: Parameter Names within Class Declaration

Why declare a variable in one line, and assign to it in the next?

c# .net coding-style

How to handle HUGE SQL strings in the source code

java sql coding-style

Where to return false in a PHP function?

php function coding-style

Should I explicitly declare my variables in VB6

vba coding-style vb6 standards