Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What do you recommend for a PHP Coding Standards tool/system/program? [closed]

php coding-style

Change the content of a <style> element through JavaScript

html dom coding-style

Use of return in long if-elseif-else statements (Python)

How pointers to function as struct member useful in C?

Haskell: -fglasgow-exts should one avoid code that requires this?

haskell coding-style

Which is more appropriate: getters and setters or functions?

c++ coding-style setter getter

More elegant way to write code section dividers in C#?

c# coding-style

Style question about existing piece of code (C/C++)

c++ c coding-style

Why 4 spaces are used as the unit of indentation in Java? [closed]

java coding-style

Reasons to use NSString constants over enums?

objective-c coding-style

PHP Zend Framework coding standard, which is the more readable approach?

Is using curly braces in variables good practice in php [closed]

php coding-style

Do you put a super() call a the beginning of your constructors?

Bad practice to declare names in the standard namespace?

What is the preferred way to write boolean expressions in Java

java coding-style boolean

Better Java method Syntax? Return early or late? [duplicate]

Elegant way to iterate in C++

c++ vector coding-style

Should We Use Long-Name Or Short-Name in JavaScript Coding?

Are endless loops in bad form?