Viewing profile — terminatornet3
terminatornet3
HN member- Joined
- Tue, Jun 30, 2026, 2:53 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About terminatornet3
No profile information was provided.
Recent public activity
-
comment
Comment #48735661
you don't need a runtime error if you have a compiler error. best of luck with your PR
-
comment
Comment #48733587
The original author is correct. Their implementation of an exhaustive check will give you a compiler error if you miss a variant in your switch statement. I much prefer a compiler …