Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is there a recommended maximum line length for HTML or JavaScript? [closed]

In Java, should variables be declared at the top of a function, or as they're needed?

What are the url parameters naming convention or standards to follow

How do you reconcile common C++ naming conventions with those of the libraries

Isn't the const modifier here unnecessary? [duplicate]

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