Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What's the best between return the result and print it at the end of the function?

How to neatly avoid C casts losing truth

c coding-style

Function and declaring a local variable

Do Java exceptions deserve their own file?

Learn proper programming syles?

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