Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Joomla Framework (joomla.org)
1 point by techaddict009 on Dec 6, 2013 | hide | past | favorite | 1 comment



Joomla always felt extremely backwards to me and this is no exception. Just look at the sample app:

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.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: