New posts in coding-style

Why are "echo" short tags permanently enabled as of PHP 5.4?

Am I immoral for using a variable name that differs from its type only by case?

Implicit conversion vs. type class

In Python, is it better to use list comprehensions or for-each loops?

Checking in of "commented out" code [closed]

Where should I put @Transactional annotation: at an interface definition or at an implementing class?

What is the gain from declaring a method as static

Python exception chaining [duplicate]

JavaScript style for optional callbacks

Is using assert() in C++ bad practice?

Why do most C developers use define instead of const? [duplicate]

Should commit messages be written in present or past tense? [closed]

Space Before Closing Slash?

Is there a standard naming convention for XML elements? [closed]

Any reason to clean up unused imports in Java, other than reducing clutter?

What does this "(function(){});", a function inside brackets, mean in javascript? [duplicate]

Java naming convention for static final variables [duplicate]

Singular or plural for enumerations?

In C++, is it still bad practice to return a vector from a function?

Line continuation for list comprehensions or generator expressions in python