Live data from Hacker News

Viewing profile — thinkstoomuch

thinkstoomuch

HN member
Joined
Fri, Nov 18, 2011, 9:07 PM UTC
HN karma
9
Public activity
8 items

About thinkstoomuch

No profile information was provided.

Recent public activity

  1. comment
    Comment #11745363

    I think "Best Practices" are a good thing, so long as you understand why they are best practices and in what situations. They are bad thing when they are simply dogmatic cargo-cult…

  2. comment
    Comment #8104977

    I follow this workflow: 1. Never do work on a branch that is being tracked on the origin. Always segregate your work on a local-only branch by doing a 'git checkout -b my-work' 2. …

  3. comment
    Comment #6820869

    I wholly agree with this, and feel that all project plans should be constructed to mitigate the very high risk of initial estimates. Too many project processes treat estimates as c…

  4. comment
    Comment #5058662

    >Comments cannot. I disagree. While the comments won't break your code, they can certainly ease the introduction of bugs, and cause cognitive delays when they're wrong or out of da…

  5. comment
    Comment #5045512

    Interesting, I come out to 55 degrees this way: 30 degrees between hours. 10 is at 300 degrees, 11 is 330 degrees. 50 minutes into the hour is 5/6 of 30 or 25. 330+25 == 355.

  6. comment
    Comment #5003275

    >Stop worrying about the procedural code [...] I don’t see a lot of value coming out of the abstractions we create. I completely agree here. If you're not getting value out of the …

  7. comment
    Comment #4916419

    To me, technical debt comes in both the intentional and non-intentional form (and more often than not, the latter). In fact, I'm a firm believer that all software tends toward entr…

  8. comment
    Comment #3253438

    From purely circumstantial evidence, this appears to be Backify's issue completely. It's run by Tarandeep Gill, who seems to have garnered a bit of a reputation. He was behind the …