FergalMohan
Results
1
issues of
FergalMohan
I think that isAtEnd should really be opposite of the way it is implemented to conform with how NSScanner is implemented i.e. - (BOOL)isAtEnd { return (self.offset >= self.data.length); }