Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 188 Bytes

7- DB Transaction lock & how to handle deadlock.md

File metadata and controls

6 lines (4 loc) · 188 Bytes

DB Transaction lock & how to handle deadlock in Golang

TDD (Test Driven Developement)

  • we write test to make our current code breaks
  • then we improve the code until the test pass