Readit News logoReadit News
mwsherman commented on Net 9.0 LINQ Performance Improvements   blog.ndepend.com/net-9-0-... · Posted by u/olvy0
zija · 10 months ago
I don't understand why the dotnet team doesn't invest more resources and time into tools: doctests and documentation generation, better and faster unit tests that I can write next to the actual code, easy access to the source code, no need to decompile a Dll to see it after pressing F12, a central place for packages and documentation like in pkg.go.dev or docs.rs . Most packages in nuget have no documentation at all, or only in readme format on GitHub, or a short Wiki on this page. Other environments like Rust, Golang, Java, Python are light years ahead when it comes to these aspects.
mwsherman · 10 months ago
Here’s a way to write tests next to the code: https://clipperhouse.com/go-test-csharp/

(Whether I recommend it, not sure! I did it and then undid it, with suspicion that tests were taking longer due to, perhaps, worse caching of build artifacts.)

u/mwsherman

KarmaCake day3582July 21, 2009
About
https://clipperhouse.com/
View Original