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

Hmm, last time I checked all the "new" frameworks were OOP too. Be it rails or django - they all have some kind of OO paradigm they adhere to.


Yes, and there is this ORM impedance mismatch thing. I stopped writing classes for all tables and it removed many useless code and many issues related to stateful methods. Just one example: if you delete a book with book.delete() then how come you can two or many lines later change its title with book.title = Foo?




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

Search: