Live data from Hacker News

Viewing profile — pyrextamer

pyrextamer

HN member
Joined
Tue, Mar 29, 2016, 4:29 PM UTC
HN karma
1
Public activity
1 items

About pyrextamer

No profile information was provided.

Recent public activity

  1. 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 (…