Releasing self #memory management When to let go is a question that plagues us all. Here, we look at when to let go of self. 18 Oct 2011
Going custom with properties #memory management #properties Even when going custom, there are patterns to follow. Here, we look at how to write custom properties while adhering to the expected pattern. 25 Mar 2011 • 1 min read
Hidden method arguments #memory management Have you ever wondered if people are talking about you behind your back? Well, turns out your methods are talking behind your back. Here, we look at the hidden arguments that each method is given and hear what's being said. 31 Jan 2011
Calling a class method from an instance method #memory management What is a type? What is an instance? How do they interact? Here, we look at hos to call a class/type method from and instance method 28 Jan 2011 • 1 min read
What `isa` is for #memory management When debugging you often see `isa` in the output. But that is `isa`? Here, we look into that very question. 28 Jan 2011 • 1 min read