I have finally gathered myself to start contributing to open source
software and my first attempt at it is micro framework which adds
utility methods to Foundation's collection classes (NSArray and
NSDictionary now, NSSet, NSMapTable later). Thus I have created
WSEnumerable: http://github.com/walkingsmarts/WSEnumerable
It contains 5 methods for NSArray and 1 for NSDictionary. As soon as
I'll sort out things with SenTestingKit (it's missing in my system and
I don't know where to get it from) - I'll start adding tests (since
I'm coming from BDD environment).
Looking forward to anything you have to say since I feel myself being
very beginner-ish in these kind of things.
TIA
// Eimantas