Live data from Hacker News

Viewing profile — L-4

L-4

HN member
Joined
Tue, Nov 21, 2023, 10:54 AM UTC
HN karma
8
Public activity
3 items

About L-4

No profile information was provided.

Recent public activity

  1. comment
    Comment #47085079

    > Implicitness of destructors isn't a problem It's absolutely a problem. Classically, you spend most of your time reading and debugging code, not writing it. When there's an issue …

  2. comment
    Comment #47085033

    Both defer and RAII have proven to be useful, but RAII has also proven to be quite harmful in cases, in the limit introducing a lot of hidden control flow. I think that defer is ac…

  3. comment
    Comment #43884560

    In this case the author mixes em dashes with hyphens surrounded by space. Both fine on their own, but it seems unlikely that someone with the attention to detail to use em dashes i…