Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Line width formatting standard [closed]

coding-style formatting

The "Should be easy for a junior developer to understand" argument [closed]

coding-style

What kind of prefix do you use for member variables?

How to comment/uncomment in HTML code

html coding-style comments

In HTML5, can you nest NAV elements?

html coding-style