Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Qt Designer vs Handcoding

Where to put inner classes? [closed]

What's the convention for using an asterisk at the end of a function name in Clojure and other Lisp dialects?

Why ever use fields instead of properties?

Code line wrapping - how to handle long lines

Switch statements are bad? [closed]

android dynamically change style at runtime

android coding-style

Is it good practice to use ordinal of enum?

How do you assign a variable with the result of a if..else block?

ruby coding-style

Fail vs. raise in Ruby : Should we really believe the style guide?

Should I add a trailing comma after the last argument in a function call?

Private method naming convention [closed]

'break' statement when using curly braces in switch-case

Is there a standard way to organize methods within a class? [duplicate]

c# coding-style

JavaScript: inline functions vs predefined functions

javascript coding-style

Is there a recommended maximum line length for HTML or JavaScript? [closed]

In Java, should variables be declared at the top of a function, or as they're needed?

What are the url parameters naming convention or standards to follow

How do you reconcile common C++ naming conventions with those of the libraries

Isn't the const modifier here unnecessary? [duplicate]