Viewing profile — great_cormorant
great_cormorant
HN member- Joined
- Tue, Mar 21, 2023, 11:33 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About great_cormorant
No profile information was provided.
Recent public activity
-
comment
Comment #37871110
This is something that Android would ostensibly do better at. You're able to get browsers with full ad-blocking capabilities there. I've had luck with Orion (notably on YouTube vid…
-
comment
Comment #37794352
I really like the built-in `.http` file clients in IntelliJ products. You can paste from CURL and copy to CURL, so interop with CLI commands is very easy. https://www.jetbrains.com…
-
comment
Comment #35255259
What's wrong with mocking concrete implementations? I've worked on pretty large-scale services with AWS and we did it all day everyday. I think it worked fine and don't know if add…
-
comment
Comment #35255173
Right, marking methods as virtual is the other route I saw. Are most C# codebases opting to do that rather than add interfaces? It feels weird to edit signatures like that for test…
-
comment
Comment #35254494
I spent a lot of time as a Java developer and have recently moved into a spot where I'm being asked to work with C#. A few things rub me the wrong way, and I'm wondering if it's ju…