Viewing profile — bigpeet
bigpeet
HN member- Joined
- Wed, Jan 15, 2020, 8:41 AM UTC
- HN karma
- 19
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About bigpeet
No profile information was provided.
Recent public activity
-
comment
Comment #22864830
I've worked with "developers that can't code". One example was an external contractor who, according to their CV, had multiple years experience with programming in C. The person wa…
-
comment
Comment #22735428
There should be naming guidelines just like how a team should have style guidelines. The discussions should happen when creating (or updating) these guidelines. Then these guidelin…
-
comment
Comment #22664174
Pretty much spot-on.
-
comment
Comment #22663857
My current company seems to apply the following variation of the motto: Move slow, break things anyway, disable tests to hide it. Yeah, I've quit.
-
comment
Comment #22592215
I've recently got a Xiaomi one myself. Will look into these ressources, thanks.
-
comment
Comment #22052639
Depending on what version of C you are using, there are no "boolean" values. X != Y returns an integer value, no "implicit cast" required for &.