Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Python function parameter: tuple/list

Style question !condition agains condition == NULL

c coding-style

Is there any good reason to write things "backwards", e.g.: if ("some_text" == var_name)?

c# coding-style

To brace or not to brace: case statement block

scala coding-style

Hide controls in FlowDocumentReader

HTML: table of forms?

Coding standard for null checking [duplicate]

java coding-style

When does it make sense to typedef basic data types?

c++ coding-style

char *foo vs char* foo [closed]

c++ c coding-style

Abuse of match?

scala coding-style

OO Design - do you use public properties or private fields internally? [duplicate]

c# oop coding-style

Java getter/setter style question

java coding-style

Browsers with JS disabled

break javascript one line code to readable code

Throw an exception or return null

Should shortcuts, brevity, and cleverness be routinely skipped in favor of clarity?

c++ c coding-style

Any good reason for C++ header file to not include any other header files?

In F#, how do you handle (float seq) and { ts : DateTime; value: float } in a generic manner?

coding-style f#

Do you add information to the top of each .hpp/.cpp file? [closed]

c++ coding-style

A good way to implement useable Callbacks in C++

c++ coding-style callback