Skip to content

Comment on Are we still doing OOP?parent

Comments

If the classes in your system vary a lot in behavior but not in their internal state then mapping to a database can be straightforward.

With lots of variations in object structure things can be horrible - witness designs that have more tables than most tables have rows.

> With lots of variations in object structure things can be horrible - witness designs that have more tables than most tables have rows.

This is the problem document databases are designed to solve. :)

Maybe someone should create an ERP system based on one then!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.