Live data from Hacker News

Viewing profile — realSlavojTrump

realSlavojTrump

HN member
Joined
Fri, Mar 09, 2018, 9:30 PM UTC
HN karma
20
Public activity
14 items

About realSlavojTrump

No profile information was provided.

Recent public activity

  1. comment
    Comment #20589175

    https://github.com/polytomous/TerrariaClone/issues/6 gives an example of how i work thru this sort of question, but its also spoiler laden so view at your own risk.

  2. comment
    Comment #20589151

    Give refactoring this code a go! Its sublimely fun!!!

  3. comment
    Comment #20589142

    As mindfulgeek mentions, doing some sort of extract method refactor to slop a name onto it can be a good first step. Then do some sleuthing thru other number name pairings, inserti…

  4. comment
    Comment #20588781

    I think i had a polytomous account on the orange site, but forgot the creds. This is what i settled on in the interim. I dont put on a character, if my acting theory is anything it…

  5. comment
    Comment #18158331

    If there are tests and the project can still fail to run, is the test suite really good? Blatant and rude sarcasm: you dont need to answer because a freshman cs student would know …

  6. comment
    Comment #18158287

    >If I can indulge in some self-promotion, I have written mountains of code which implements many of Minecraft's behaviors down to the last detail, which may be a more interesting c…

  7. comment
    Comment #17726373

    This is most certainly an area that needs improvement. You can get around some of the pain of haning error types in catch statements if you are comfortable paying the price for a l…

  8. comment
    Comment #17334033

    The easiest way to "teach" programming right now is to watch beginners programming on twitch and offer advice when you can. Trying to pair remotely through chat also imrpoves your …

  9. comment
    Comment #17278954

    A person trying to use github as a hiring signal is going to be an outsider at some point.

  10. comment
    Comment #17277438

    Did you read the abstract?

  11. comment
    Comment #17277290

    There's evidence in the literature that shows that there are systemic biases against women in github pull requests, even when in the aggregate women may display greater levels of c…

  12. comment
    Comment #16691226

    I enjoyed the first edition immensely. Some folks are calling out that most of the refactorings are mainstream, but IDE integration doesn’t mean that it has become common practice …

  13. comment
    Comment #16555322

    Watching live coding can be almost as fun as live coding itself. I view every livestream I watch as a one sided code review and refactoring session, and spend most of the time watc…

  14. comment
    Comment #16555295

    Id read this article, it has pretty excellent coverage of what you’ll need to know. https://medium.freecodecamp.org/lessons-from-my-first-year-o... The things that I’ve settled int…