Test Driven Development & Golang

By Mohammad Quanit

Elevator Pitch

Test Driven Development is a process to convert software requirements into test cases first. In this session, I’ll be sharing some ways to write test cases in Golang along with some best practices, that you can use within your company’s project or even if you’re just started to learn TDD in Golang.

Description

In my session, I’ll be covering the importance of Test Driven Development (TDD), some best practices of TDD, how we can improve your code, and ensuring code quality is maintained throughout the project lifecycle. You can simply start practicing TDD from your local project, and make yourself skillful in this part of software engineering.