Viewing profile — throwaway7375
throwaway7375
HN member- Joined
- Sun, Dec 28, 2025, 10:54 PM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About throwaway7375
No profile information was provided.
Recent public activity
-
comment
Comment #46418957
What is the alternative? If you write a complete implementation of an interface for test purposes, can you actually be certain that your version of x.isEmpty() behaves as the actua…
-
comment
Comment #46415461
Once you start writing adapters you need a way to instantiate them to choose between implementations, and factories is often used for this. Then you might generalize the test suite…
-
comment
Comment #46415375
Before Mockito, it was common (where I worked) to create an interface just to support testing. This is an anti-pattern in my opinion. To create interfaces just for testing complica…