For further actions, you may consider blocking this person and/or reporting abuse
A Workflow Copilot. Tailored to You.
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
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.