Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

When is JavaScript's eval() not evil?

Why is it recommended to have empty line in the end of a source file?

80-characters / right margin line in Sublime Text 3

What open source C++ static analysis tools are available? [closed]

Acronyms in CamelCase [closed]

Which comment style should I use in batch files?

Coding Conventions - Naming Enums

Should methods in a Java interface be declared with or without a public access modifier?

What's the purpose of using braces (i.e. {}) for a single-line if or loop?

Good Haskell source to read and learn from [closed]

Declaring multiple variables in JavaScript

#pragma once vs include guards? [duplicate]

c++ 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(){ … })()”?