Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

ruby/ruby on rails memory leak detection

What's the best way to layout a C# class? [duplicate]

c# coding-style

Out parameters and pass by reference [closed]

for loop optimization

Ruby convention for chaining calls over multiple lines

Why code-as-data?

Stop PhpStorm from aligning associative arrays

coding-style phpstorm

Get correct indentation in Resharper for object and array initializers

Assignment with "or" in python [closed]

Named blocks to limit variable scope: good idea?

java coding-style

Should you use pointers (unsafe code) in C#?

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?