Live data from Hacker News

Viewing profile — bigpeet

bigpeet

HN member
Joined
Wed, Jan 15, 2020, 8:41 AM UTC
HN karma
19
Public activity
6 items

About bigpeet

No profile information was provided.

Recent public activity

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

  2. 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…

  3. comment
    Comment #22664174

    Pretty much spot-on.

  4. 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.

  5. comment
    Comment #22592215

    I've recently got a Xiaomi one myself. Will look into these ressources, thanks.

  6. 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 &.