Comment on Software ChecklistparentComments−AYBABTME12yYou can't mock out your dependencies as easily in Go as you can monkey patch them in Ruby.However I've found the explicit error handling in Go to be more valuable in making reliable software than a torrent of test in Ruby, or Java.
Comments
You can't mock out your dependencies as easily in Go as you can monkey patch them in Ruby.
However I've found the explicit error handling in Go to be more valuable in making reliable software than a torrent of test in Ruby, or Java.