Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

c++ standard practice: virtual interface classes vs. templates

C++ iterators & loop optimization

Lisp Parentheses

coding-style lisp

When should you use the "this" keyword in C++? [duplicate]

c++ coding-style

What is the proper use of the comma operator?

Is there a way to avoid spaghetti code over the years? [closed]

coding-style maintenance

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