Viewing profile — L-4
L-4
HN member- Joined
- Tue, Nov 21, 2023, 10:54 AM UTC
- HN karma
- 8
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About L-4
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…