Viewing profile — pxia
pxia
HN member- Joined
- Tue, Mar 20, 2018, 8:33 PM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About pxia
No profile information was provided.
Recent public activity
-
comment
Comment #20719898
When the gain is smaller than the cost of hiring people to do the claim.
-
comment
Comment #18565510
It's just an example... Another example would be you want to iterate your array in reverse. The normal `for (uint i=size-1; i >= 0; i--)` won't work.
-
comment
Comment #18565153
Because you want to represent errors. For example a find() function that returns the index of some element: you want to return -1 when the element doesn't exist.