GeistHaus
log in · sign up

Go: Testing Frameworks and Mini-Languages

matttproud.com

If you’ve ever read the Go FAQ, it contains a section on testing frameworks that features some provocative language that I’ll quote verbatim below: A related point is that testing frameworks tend to develop into mini-languages of their own, with conditionals and controls and printing mechanisms, but Go already has all those capabilities; why recreate them? We’d rather write tests in Go; it’s one fewer language to learn and the approach keeps the tests straightforward and easy to understand.

1 page links to this URL
you will be google

Early in my career I worked with a Google team on an open-source project. I didn't like it. Strict reviews, rigid style, heavy testing discipline. Everything...

0 inbound links article en