vl4dimir / ObjectiveMixin

Ruby-like mixin functionality for Objective-C programs.
BSD 2-Clause "Simplified" License
217 stars 17 forks source link

Refactoring, reorganization, and "force" option #3

Closed dingbat closed 12 years ago

dingbat commented 12 years ago

Hi! Great project.

I thought the "force" or not option was particularly important - it stood out to me that the default was to override implementations. And there's a bit of cleaning up too.

Also, I wanted to write tests but could not figure out how your tests are set up!

vl4dimir commented 12 years ago

Thanks Dan. Yeah the tests are not very advanced right now, if you want to have a stab at improving them, go ahead. You can run them by selecting the "ObjectiveMixinTests" scheme, and performing "Test" on it (not "Run").