Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Vim 80 column layout concerns

vim coding-style

Why do most fields (class members) in Android tutorial start with `m`?

android coding-style

Is there a better way of writing v = (v == 0 ? 1 : 0); [closed]

What is the most effective way to get the index of an iterator of an std::vector?

c++ iterator coding-style

typeof !== "undefined" vs. != null

javascript coding-style

Are PHP short tags acceptable to use?

Why use def main()? [duplicate]

python coding-style

What is the purpose of wrapping whole Javascript files in anonymous functions like “(function(){ … })()”?

"std::endl" vs "\n"

What's the best way to convert a number to a string in JavaScript?

Single quotes vs. double quotes in Python [closed]

python coding-style

Order of items in classes: Fields, Properties, Constructors, Methods

Should a function have only one return statement?

Styling multi-line conditions in 'if' statements? [closed]

Python `if x is not None` or `if not x is None`? [closed]

What are the most common Python docstring formats? [closed]

Best way to return multiple values from a function? [closed]