Cross-Branch Testing
buttondown.email
Cross-Branch Testing
1–4 of 4 posts
Re: Cross-Branch Testing
#2[dead]
Re: Cross-Branch Testing
#3Interesting thought, somewhat related to the articles on "snapshot testing" that have been trending on HN lately.
Re: Cross-Branch Testing
#4Related: I think it was Kernighan & Pike's "The Practice Of Programming" where I read the idea of testing a complex implementation by comparing its output against a simpler but less performant implementation.