|
|
|
|
|
by eternalban
3480 days ago
|
|
> there are many people who think ORMs are a terrible idea Not sure about terrible but it is not a bright idea to be object centric when schema remains king. Using ORMs makes perfect sense when your domain model is canonically represented by the object tier /and/ you are reusing these (common/core) domain objects to build a multiplicity of applications. |
|