Viewing profile — askmrsinh
askmrsinh
HN member- Joined
- Mon, Sep 13, 2021, 11:15 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About askmrsinh
No profile information was provided.
Recent public activity
-
comment
Comment #45768612
Constants are useful for reasoning about code, but anyone who focuses only on making everything an immutable is missing the point. The main goal should be achieving referential tra…
-
comment
Comment #45768515
Why not do: const y = x ? true : false;