Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Applying clean code and SOLID principle take me so much time: normal? [closed]

efficient alternative to if (a>b) in javascript for checking a variable range

Single array argument versus multiple arguments

ruby coding-style

When would you swap two numbers without using a third variable?

algorithm coding-style swap

Tabs "can be displayed completely differently on different types of systems and editors"?

Picking the right exception handling in scala

Refactoring for loop with each iteration setting a different property

Refactoring: Replace Method with Method Object explanation

Avoid checking the same condition every step in a loop in C++

Good introduction to generics

Is fast enumeration considered bad form or is it generally accepted?

Is there a reason why I shouldn't just define #define NSFM [NSFileManager defaultManager] instead of writing it out each time?

C# new class with only single property : derive from base or encapsulate into new?

Consistency vs Design Guidelines

coding-style

android change style dynamically

android coding-style

Custom item states for android selectors

Groovy/Grails code cleanup suggestions, please!

grails groovy coding-style

Which one is better? do{} while(0); or goto xy; [closed]

c coding-style goto do-while

How to name iOS-related elements in code?

Why can't a designated initializer call a secondary initializer in its base class?