New posts in coding-style

Why are try blocks expensive?

Space after if, while, etc (and before the paren)

Long imports in Python

How to generically format a boolean to a Yes/No string?

Should you use the private access modifier if it's redundant? [closed]

What kind of prefix do you use for member variables?

Boiler plate code replacement - is there anything bad about this code?

Strategy Pattern with no 'switch' statements?

What are hard and soft tabs?

Theme/Style is not applied when inflater used with ApplicationContext

Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'

What SQL coding standard do you follow? [closed]

how to change dart line length in vscode when formatting dart files?

How much duplicated code do you tolerate? [closed]

Should I seal all classes I know shouldn't ever be used as a base class?

Is assignment in a conditional clause good ruby style?

Use a 'goto' in a switch?

How many lines of code should a function/procedure/method have? [duplicate]

How can I avoid including class implementation files?

Is there a nice way to make function signatures more informative in Haskell?