Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
5 simple tips and tricks for writing unit tests in golang

Test-driven development is a great way to keep the quality of your code high...

https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang

@DevMisc
#golang #testing #codequality
Writing unit tests in Golang

Unit testing is a way of writing tests for the individual components (aka, the smallest part) of a program...

https://medium.com/nerd-for-tech/writing-unit-tests-in-golang-part-1-introducing-testify

@DevMisc
#golang #testing #devops