Viewing profile — chuckm
chuckm
HN member- Joined
- Tue, Dec 30, 2008, 5:58 PM UTC
- HN karma
- 47
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About chuckm
No profile information was provided.
Recent public activity
- story
-
comment
Comment #4822685
Looks like there are a few positions: http://www.google.com/about/jobs/search/#q=%22architect%22&#...
- story
-
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…
-
comment
Comment #1205907
"TDD is clearly not a cure all" Who said it was?
-
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…
- story
- story
- story
-
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…
-
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?
-
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…
-
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…