Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

PHP: Is there a reason to put a newline at the end of file

Expand tabs to spaces in vim only in python files?

python coding-style vim

Get out of a void method?

c# coding-style

how to make clang-format add new line before opening brace of a function?

Why use semicolon? [duplicate]

javascript coding-style

null instead of ==

Does PEP 8 require whitespace around operators in function arguments?

python coding-style pep8

Why is it customary to put many closing parentheses on one line in Lisp-based languages?

Should I use Single() or SingleOrDefault() if there is a chance that the element won't be found?

c# .net linq coding-style

Is it better to wrap code into an 'IF' statement, or is it better to 'short circuit' the function and return? [closed]

javascript coding-style

In Python, is it better to use list comprehensions or for-each loops?

How to write a code with expiration date?

Declaring a looooong single line string in C#

C# coding standards for private member variables [closed]

c# coding-style

Complete list of default values for JSHint options?

Why is indentation in empty lines bad?

How to get smart tabs ("indent with tabs, align with spaces") behavior in Xcode?

Is usage of anonymous classes in Java considered bad style or good? [closed]

Why does Golang enforce curly bracket to not be on the next line?

If you break long code lines, how do you indent the stuff on the next line? [closed]