Dealing with Telescopic Constructors: Anti-Pattern

  • Post comments:0 Comments

We all have been through situations, where we had to create classes with multiple constructors or constructor with a lot of dependencies (parameters). These classes tend to get bloated quickly with…

Continue Reading Dealing with Telescopic Constructors: Anti-Pattern

Singletons: Pattern or Anti-pattern?

  • Post comments:0 Comments

While talking about design patterns, most developers have fumbled upon this one; especially cocoa developers (both iOS and Mac application developers). Singletons are the most common design pattern you'll come to…

Continue Reading Singletons: Pattern or Anti-pattern?

Introduction to Strategy Pattern

  • Post comments:1 Comment

In real life software development one particular challenge we developers constantly face is requirement changes. Anyone who is in the software business game knows how frequently and drastically software specification…

Continue Reading Introduction to Strategy Pattern

Strong vs Weak Reference in Cocoa

  • Post comments:1 Comment

In iOS we always end up defining our instance variables as  @property (strong) or @property(weak). But what does strong and weak mean, and when to use which one? In cocoa,…

Continue Reading Strong vs Weak Reference in Cocoa

End of content

No more pages to load