DEV Community

Discussion on: What was the worst bug you've ever written?

Collapse
 
coderangshuman profile image
Angshuman Halder

So I wrote a bug where when you try to update some data from the main server db to your local server the data gets deleted from the main server and it gets updated in local server's db.