Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Is exiting a function with an empty return statement good/bad practice?

Should `using std::cin` and `using std::cout` be avoided or encouraged?

Can I declare functions in Swift and later define their implementation?

How do I keep my indentation for the blade syntax in PHPStorm?

PHP operators (! $a vs. false === $a)

How do you write a no-op statement?

delphi coding-style no-op

Enforce 79 characters per line in emacs?

python emacs coding-style

Should acronym be capitalized in camelcase if first word of camelCase?

Method Call Chaining; returning a pointer vs a reference?

Are LINQ expressions an acceptable way to manipulate data in F#?

Is it a good idea to define variable names with utf-8 characters? [closed]

Is it clean to have conditional statements within Codeigniter views?

Is there a way to indicate a tab in the opposite direction? [closed]

java coding-style

ruby: do nothing (dummy) function

JavaScript code conventions - if statement

JavaScript pushing an object in an array is what - by reference or value?

javascript coding-style

How to change the border color of a flat button style

wpf button coding-style border

How to indent a long ternary condition in Php?