GoLang Unit Testing @ GoSG (Singapore) Meetup
April 4, 2021
< 1 min read
GoLang Unit Testing
Unit tests speak a lot about a project and it is a very interesting way to learn a language as well as the project. With the tight schedules of building features, bug fixes, unit testing is often ignored by the developers but adding the unit tests along with building features improves the overall productivity and quality of code and gives confidence while refactoring code later.