New posts in conventions

Objective-C: Assertion vs. Exception vs. Error

Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from? [closed]

Python: using 4 spaces for indentation. Why? [closed]

JavaScript braces on new line or not? [closed]

Python "private" function coding convention

Should arrays be used in C++?

Where to place private methods in Ruby?

What is the canonical YAML naming style

Should one use < or <= in a for loop [closed]

Where is the JavaBean property naming convention defined?

Is it pythonic to import inside functions?

How do I pronounce "=>" as used in lambda expressions in .Net [closed]

Where to define custom error types in Ruby and/or Rails?

How to organize large R programs?

Are there any Java method ordering conventions? [closed]

How do I add the contents of an iterable to a set?

Swift: guard let vs if let

Convert Enumeration to a Set/List

Python __str__ versus __unicode__

Difference between <script src="foo.js"></script> and <script src="foo.js"/>? [duplicate]