Hacker News new | ask | show | jobs
by xackpot 4611 days ago
Awesome. This is something I try to follow. I use the same concepts that you have listed here. Conforming to the MVC pattern makes it easier to develop. Since my team is using Parse, we don't have to worry about Data Objects and Web Services, but we do have Controllers, Data Managers and Utility functions in our app.

I checked out your github account for the HN app and it is a beautifully written one. Great work.

1 comments

Thanks man, I've been refactoring and learning as I go on that one as well. It used to be not-so-nice not too long ago haha.