Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Factory vs instance constructors

Most elegant repeat loop in Scala

scala loops coding-style

How do you implement unit-testing in large scale C++ projects? [closed]

Is concatenating with an empty string to do a string conversion really that bad?

java string coding-style

What is a line length "soft limit" and how do I interpret this in the PSR-2 convention?

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