Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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

Whats the reasoning behind the different brace forms? [closed]

php coding-style

Java - Is This Good Programming Practice?

java coding-style constants

What is the advantage of this peculiar formatting?

coding-style

Stylistic question concerning returning void

c++ coding-style idioms