Wednesday 5 December 2012

Meerkapp 1.0 is Almost Here

I've been on a pretty hectic rush to make the things done. Stripped a feature or two out for 1.1 or something.

Still some minor things / improvements and lots of testing ahead but generally, yes, I'm pretty close to the moment I'll submit the app for review.

Here's what I still need to do in code:

-(Meerkapp *)get_meerkapp{
     Meerkapp *result = [self get_current_code];
     [self improve_a_few_minor_things:result];
     while (![result is_goddamn_ready_in_terms_of _having_no_blocking_nasty_creeping_issues_left]){
            [self fix:result];
     }
     return result;
}

Hope this while loop will not take too long ;)