FarligOpptreden
Executive Member
- Joined
- Mar 5, 2007
- Messages
- 5,396
I prefer the front to back way. It's cleaner.
You end up building API's dedicated to UI features and use cases, which makes your code less reusable. Try reusing the code when building mobile apps on top of it as well... You'll end up either refactoring the WHOLE application and wasting a lot of time, or you'll end up copy-pasting a lot of work and creating a maintenance nightmare.