Live data from Hacker News

Viewing profile — ojglees

ojglees

HN member
Joined
Fri, May 31, 2019, 12:32 PM UTC
HN karma
5
Public activity
3 items

About ojglees

No profile information was provided.

Recent public activity

  1. comment
    Comment #21031948

    The counter-argument is that for a lot of applications you have a bunch of tables and a bunch of objects and there's a lot of repetitive, boring code to write just to get simple CR…

  2. comment
    Comment #20061000

    I agree that SQL as the lingua franca for talking to relational data stores is not ideal, and that in various ways it could be improved. I personally would start out with some of t…

  3. comment
    Comment #20060278

    I don't understand why writing an ORM requires creating a new query language. The point of an ORM, as I understood it, was to think about objects, not query languages. When I wrote…