Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Long imports in Python

python coding-style

Your preferred C/C++ header policy for big projects? [closed]

PHP: Access Array Value on the Fly

php arrays coding-style

When to use properties instead of functions

c# properties coding-style

How do you test your Request.QueryString[] variables?

Why are try blocks expensive?

.net coding-style

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

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

c# coding-style

Should you always use 'int' for numbers in C, even if they are non-negative?

c coding-style

What are hard and soft tabs?

Multi-line description of a parameter description in python docstring

Strategy Pattern with no 'switch' statements?

Theme/Style is not applied when inflater used with ApplicationContext

android coding-style themes

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

android coding-style

What SQL coding standard do you follow? [closed]

sql coding-style

How much duplicated code do you tolerate? [closed]

JavaScript braces on new line or not? [closed]

Currying subtraction

haskell coding-style

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

c# coding-style class sealed

Is assignment in a conditional clause good ruby style?

ruby coding-style