Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

What is the recommended coding style for PowerShell?

powershell coding-style

Using try/catch for preventing app from crashes

Splitting C++ Strings Onto Multiple Lines (Code Syntax, Not Parsing)

Importing modules in Python - best practice

Parenthesis surrounding return values in C

c syntax coding-style

Function names in C++: Capitalize or not? [closed]

Dot notation vs. message notation for declared properties

Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from? [closed]

Do you use the TR 24731 'safe' functions? [closed]

Is there a downside to adding an anonymous empty delegate on event declaration?

What does the dot mean in R – personal preference, naming convention or more?

Two ways of currying in Scala; what's the use-case for each?

scala coding-style currying

Setting top and left CSS attributes

javascript coding-style

Jquery - How to get the style display attribute "none / block"

Advantages of using const instead of variables inside methods

Using true and false in C

c coding-style

Auto-indent spaces with C in vim?

c vim coding-style vi

Python "private" function coding convention

Is calling destructor manually always a sign of bad design?

c++ coding-style destructor

Stand-alone Java code formatter/beautifier/pretty printer? [closed]