Viewing profile — pyrextamer
pyrextamer
HN member- Joined
- Tue, Mar 29, 2016, 4:29 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About pyrextamer
No profile information was provided.
Recent public activity
-
comment
Comment #11382677
What if the order depended on the check condition? `if (null == variable) or if (false == variable)` reads well that you are checking for null/false. `if (variable != null) or if (…