Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

most readable way in XPath to write "is value X a member of sequence S"?

coding-style xpath-2.0

How to write a complicated condition

Do I have to make data private?

Testing if an object is a string

ruby 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

How to name iOS-related elements in code?

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