Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Ignoring return values in C

Private class functions vs Functions in unnamed namespace

Oracle Java code conventions

java coding-style

AngularJS Style Guides - Todd Motto vs John Papa vs Minko Gechev

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

coding-style

JavaDoc: where to add notes/remarks to documentation?

java coding-style javadoc

How to force a class to be initialised? [closed]

Code to logging ratio? [closed]

logging coding-style

Why write `sizeof(char)` if char is 1 by standard?

c coding-style

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

Coding Style Standards for Android

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