Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Private method naming convention [closed]

'break' statement when using curly braces in switch-case

Is there a standard way to organize methods within a class? [duplicate]

c# coding-style

JavaScript: inline functions vs predefined functions

javascript 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#?