Slashdot Mirror


User: jlddodger

jlddodger's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Wonderful. on Twitter Rolls Out New Anti-Abuse Tools · · Score: 1

    I read your post, it's actually ironic how astoundingly self-unaware it is.

    Of course it is self-unaware. Did you expect his post to be self-aware? Perhaps you meant to post in this other topic (since your reply makes about as much sense there):
    http://science.slashdot.org/st...

  2. Re:Commenting code on Lies Programmers Tell Themselves · · Score: 1

    I always like the rule that comments should explain why this code exists and is the way it is, and code should explain how it works.

    One of my favorite comments:
    int loopCnt = 2; // initialize loopCnt to 2

    This could have been fixed as:
    int loopCnt = 2; // maximum retries

    Of course better would have been:
    int retriesRemaining = 2;

  3. I'll give you my keyboard on Author Says It's Time To Stop Glorifying Hackers · · Score: 1

    when you pry it from my cold, dead hands.