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...
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.
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...