Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Python indentation in "empty lines"

python coding-style idioms

Best practice for lazy loading Python modules

python coding-style

What does it mean when a variable equals a function? [duplicate]

Writing robust R code: namespaces, masking and using the `::` operator

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?