incogni23 / NotificationSystem

Notification service made in Golang
0 stars 0 forks source link

Discussion: Test driven development (with Unit Testing) #13

Closed mishtuu closed 5 months ago

mishtuu commented 7 months ago

Will discuss: 1) How can we use test driven development to develop a piece of code 2) Focus will be on Unit testing 3) How it is going to be helpful for us

A brief about Test Driven Development (copied from wikipedia)

Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases.