The router tells me nothing about what routes exist https://github.com/dbhurley/framework-app/blob/master/App/Ro...
This controller tells me nothing about what actions exist or what they do - and what sane invocation point would call an `updateDatabase()` method on a controller? https://github.com/dbhurley/framework-app/blob/master/App/Co...
This doesn't actually show me any markup https://github.com/dbhurley/framework-app/blob/master/App/Vi...
And so on. There's just pervasive implementation noise everywhere and nothing in the code that tells me anything about the business logic.
The router tells me nothing about what routes exist https://github.com/dbhurley/framework-app/blob/master/App/Ro...
This controller tells me nothing about what actions exist or what they do - and what sane invocation point would call an `updateDatabase()` method on a controller? https://github.com/dbhurley/framework-app/blob/master/App/Co...
This doesn't actually show me any markup https://github.com/dbhurley/framework-app/blob/master/App/Vi...
And so on. There's just pervasive implementation noise everywhere and nothing in the code that tells me anything about the business logic.