Hacker News new | ask | show | jobs
by jamesgeck0 5358 days ago
I like the way Symfony2 is laid out. The project structure it gives you seems better suited to large applications than the way Rails lumps everything together.

Unfortunately, in the beta, you had to place the bundle name/path in a about six different places for a single bundle. It was somewhat cumbersome to do manually (although there was a rails-like generator script).

I also wasn't trilled with the debug messages. Half the time they gave information about the internals of the framework and no reference to the place in my bundle where the error was.