Hey we were just about to blog about this but you beat us to it! We also have some other good stuff we're set to announce this week so keep an eye out.
"We" is Team Parse ;-) Right now we have four people, HN usernames csmajorfive, jamesjyu, tikhon, and lacker (me). If you ever have any questions or feedback on Parse, feel free to contact us at feedback@parse.com directly.
just one , it sucks when API returns null for not found instead of some form of NullObject
IMNSHO it would be nicer and semantically more pleasing to eye to have
if ( user.isLogged() ) {
} else {
}
Comments
Hey we were just about to blog about this but you beat us to it! We also have some other good stuff we're set to announce this week so keep an eye out.
Haha. Sorry about that. Keep up the good work. :)
Who is we? :)
"We" is Team Parse ;-) Right now we have four people, HN usernames csmajorfive, jamesjyu, tikhon, and lacker (me). If you ever have any questions or feedback on Parse, feel free to contact us at feedback@parse.com directly.
just one , it sucks when API returns null for not found instead of some form of NullObject IMNSHO it would be nicer and semantically more pleasing to eye to have if ( user.isLogged() ) { } else { }
Ah, nice. Good luck with the launch!