Hacker News new | ask | show | jobs
by g947o 103 days ago
I have yet to see a single Rust file where the test comes before source and takes 80% of the file content.
1 comments

Probably because all the tests are trivial, and people have the bias to not add all the testing that is needed inline with the code.