DEV Community

Discussion on: What was your win this week?

Collapse
 
qangdev profile image
qang d tran

I believe I've done my work smarter way not harder way this week.

Instead of reproduce bugs in the UI.

I made a couple of unittests and start to debug from there.

It saved me a ton of time because I didn't have to test my updated code in the UI.

Just simple ran the unittests. :D