|
|
|
|
|
by metaltyphoon
1546 days ago
|
|
> Java is getting something right that I don't see much elsewhere: Dependency Injection. Combine this with a mocking framework and you can write _actual_ isolated unit tests for every single part of your stack Since dotnet core started this has been front and center in C#. So there are other stacks doing this. |
|