Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Should all methods that do not use instance variables be marked static

java coding-style static

Why not include all the standard headers always?

c++ coding-style

Yet again on string append vs concat vs +

Good Haskell coding style of if/else control block?

haskell coding-style

Should function declarations include parameter names? [closed]

c++ coding-style

const int *p vs. int const *p - Is const after the type acceptable?

Preferred method of checking object's class in R

r coding-style typechecking

When is it OK to use exception handling for business logic?

Using "Base" in a Class Name

Comment style: Imperative or third person

coding-style comments

why are assignments in conditions bad?

php coding-style

Most crucial elements in a light-weight C++ coding standard [closed]

c++ coding-style

XSS attacks and style attributes

Are there any published coding style guidelines for SQL?

mysql sql coding-style

How should I handle 'helper' functions in an R package?

r coding-style package roxygen

How do I initialize classes with lots of fields in an elegant way?

WPF UI element naming conventions

wpf coding-style

Python PEP: blank line after function definition?

python coding-style styles pep

Is this an abuse of try/finally?

PHP IF statement for Boolean values: $var === true vs $var

php coding-style paradigms