arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary string operations

manide opened this issue · comments

It's just a minor issue, but nevertheless:
All occurences of [NSString stringWithFormat:@"%@", _appId] can be replaced by just _appId, I think.