DEV Community

Discussion on: Why should I not choose Ruby on Rails ?

Collapse
 
bgadrian profile image
Adrian B.G.

Hi, the official dependency management is almost launched, see here.

The structure I find to be a plus, packages == your business logic == your structure. In Php/Ruby etc you have to obey a Frameworks structure, not your business one, which I think is a big flaw.
repo/user/project/
repo/user/library1/
repo/user/entities/entity1