CG数据库 >> Advanced Testing and Debugging in Go

h264, yuv420p, 1920x1080 |ENGLISH, aac, 44100 Hz, 2 channels | 0h 27mn | 967 MB

Created by: Aaron Schlesinger

There is a common adage on software testing that reads: "all software is guilty until proven innocent". This saying is a testament to how delicate applications can get, especially as they grow. Testing is a crucial part of the software development lifecycle to ensure that our apps instead stay strong as they grow.

In fact, testing is so important that some codebases have more test code than production code, and at times, many developers spend more time building and running tests than they do writing production code.

This chapter covers testing from front to back. It starts with the basics of the built-in testing libraries that come with the Go language, and moves on to more complex use cases and third-party libraries. It then dives into advanced topics like performance profiling and nested tests.


Advanced Testing and Debugging in Go的图片1
Advanced Testing and Debugging in Go的图片2

发布日期: 2020-06-23