- it's very useful for bridging dynamic languages like Ruby and Python to Objective-C. The translation layers for these languages need to add methods on demand.
- it's useful for creating Mock Objects that stand in for other objects in test-driven development methodologies.
by Chris — Oct 26
- it's very useful for bridging dynamic languages like Ruby and Python to Objective-C. The translation layers for these languages need to add methods on demand.
- it's useful for creating Mock Objects that stand in for other objects in test-driven development methodologies.