For further actions, you may consider blocking this person and/or reporting abuse
See why 4M developers consider Sentry, “not bad.”
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Read next

5 Underrated NPM Packages You’re Not Using (But Should Be)
Balraj Singh -

Why I Can't Stop Talking About Arc Browser: A Developer's Story
Muzaffar Hossain -

Atomic Note-Taking Guide
gokayburuc.dev -

Mejora tu productividad automatizando tareas en Visual Studio Code
DowarDev -
Top comments (1)
Honestly, I have no experience in TDD.
I had a discussion about this with some teammates.
One of them said that TDD can be helpful to better understand your classes and methods before actually writing them since first you have to think about the test cases. So in some way, you will get a cleaner code in the end.