Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> A year ago i had to develop a big Java application without orm (cto’s choice): i didn’t remember how tedious, error prone and slow is development without orm!!! Never do it again!

To be fair, JDBC is an awful, awful, API. In a sane language, with a sane SQL API/library, there's really no reason you shouldn't be able to just pull out a statically typed tuple (with proper handling of NULL, unlike JDBC) from a query result in one line.



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

Search: