Viewing profile — jlangr
jlangr
HN member- Joined
- Thu, Nov 04, 2010, 7:07 PM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About jlangr
No profile information was provided.
Recent public activity
-
comment
Comment #21549834
I don't see unit tests "catch bugs" often, either, in the sense that the CI build fails due to defective code pushed up. And even with TDD, I don't often find myself breaking a lot…
-
comment
Comment #21545616
Sure, still, 20 years on. Not dogmatically so to reach some coverage goal, but anything with real logic, yes. I don't test-drive React components, for example (instead the goal is …
-
comment
Comment #14664410
The subscription model makes sense for the vendors--I get that it costs money to put out new versions and support things. For me, it depends on the "stuff" and its longevity. E.G. …
-
comment
Comment #14226875
no online resources that I'd recommend, but I like the book Modern C++ With Test-Driven Development. (I'm a bit biased on this though...)
-
comment
Comment #14219766
There's a big difference between writing tests for existing code and TDD. I think it's a great idea to first try and write tests for someone else's existing code so you discover wh…
-
comment
Comment #14219717
Shore charges $24.95 a month--but you could probably get the core of what you need within a month or two, and for that it's well worth it. I believe there's also a 7-day trial. Fin…
-
comment
Comment #5217514
Whatever. Just another guy who thinks he's owed something because he did something that he thinks everyone should be gushing over.
-
comment
Comment #5217453
I suspect people who really want to "protect kids" find a way to do it that doesn't involve greed, lawyers, stupidity, and liberally cursing. Maybe there wouldn't be as much need t…
-
story
C++11 Via Test-Focused Learning: Uniform Initialization
Exploring the uniform initialization scheme of C++11 via unit tests