Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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]

Count all values in a matrix greater than a value

Do you leave parentheses in or out in Ruby? [closed]

ruby coding-style choice

Is it ok if I omit curly braces in Java? [closed]

java coding-style brackets

Unobtrusive JavaScript: <script> at the top or the bottom of the HTML code?

What does a good programmer's code look like? [closed]

coding-style

Python exception chaining [duplicate]

Style guide for c#? [closed]

c# coding-style