Live data from Hacker News

Viewing profile — chuckm

chuckm

HN member
Joined
Tue, Dec 30, 2008, 5:58 PM UTC
HN karma
47
Public activity
13 items

About chuckm

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #4822685

    Looks like there are a few positions: http://www.google.com/about/jobs/search/#q=%22architect%22&#...

  3. story
  4. comment
    Comment #1650437

    Straight off the bat the most glaring problem with that statement is that Linq is not part of C# Parts of it are. Query expression keywords[1] are defined in the C# 3.0 Language Sp…

  5. comment
    Comment #1205907

    "TDD is clearly not a cure all" Who said it was?

  6. comment
    Comment #561481

    A lot their "training" seem designed to weed out those who lack specific innate traits I don't think it's entirely about innate traits. There's a lot of training that occurs before…

  7. story
  8. story
  9. story
  10. comment
    Comment #478052

    Unfortunately the writer makes it seem like all Asp.net developers use just the visual designer and the pre-made tools. How did you reach this conclusion? I don't see any mention o…

  11. comment
    Comment #468252

    It seems like you're still using some form of automation to find bugs, regardless of whether these would be classified as unit tests, correct?

  12. comment
    Comment #466000

    I’ve never seen Kent Beck as a crazy rules person. I think his comment from stackoverflow demonstrates this: I get paid for code that works, not for tests, so my philosophy is to t…

  13. comment
    Comment #414504

    I disagree. I think comments are often overused but I'm not convinced that code and tests are expressive enough to always convey why functionality exists. For example, sometimes li…