Viewing profile — srbaker
srbaker
HN member- Joined
- Fri, Sep 26, 2014, 5:54 PM UTC
- HN karma
- 13
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About srbaker
No profile information was provided.
Recent public activity
-
comment
Comment #27101955
I am a fan of pytest, and mightn't have thought to make the same thing in Python land.
-
comment
Comment #27101941
Exactly this. My main point, I think, is that once people learned how to _think_ about these problems, they could be shown the "normal" syntax and it would click. This is why I tho…
-
comment
Comment #27101922
Like every human, even our mentors can be flawed. This one turned out to be an utter shit show who tried to take my own creations and make them his own. In his defense, he certainl…
-
comment
Comment #27101918
I think this format is the logical conclusion, and improvement over, mixing what are effectively global assertions on to every object. The ideal is a single method (call it `assert…
-
comment
Comment #27101911
I also find this fascinating. My thesis, if I have one, is that everyone learns and internalises things in different ways. And I just wanted to provide a new way of learning.
-
comment
Comment #27101910
At first glance, I disagree with about half of what is written here. I honestly get the impression that whoever wrote this missed the point. :/
-
comment
Comment #27101902
Thank you. I have received this kind of feedback from many, and I appreciate it. It makes my day.
-
comment
Comment #27101896
It's true. This is why I never understood why people used RSpec for real software. It was only intended to teach people how to think.
-
comment
Comment #27101893
A generic assert that fails on AssertionFailedException, and errors on all other exceptions is the ideal.
-
comment
Comment #27101886
Absolutely. I got lucky with RSpec. I was doing the thing that was needed at the time. The thing that causes me a lot of angst is that I used to feel like I was "on the frontier." …
-
comment
Comment #27101875
Thank you. This is what I'd hoped would be (at least partly) the reception of this.
-
comment
Comment #8373954
I'd like to thank Jesse Cooke for pointing me at this. The history of RSpec is something that's often misunderstood by many folks.
-
comment
Comment #8373948
That's not quite true. I created RSpec (in early 2005) to draw people's attention away from the word "test" because it was a huge hangup while I was teaching TDD. I kept hearing "Y…