Hacker News new | ask | show | jobs
by KolibriFly 13 days ago
I had a similar experience with unfamiliar frameworks. The less you understand the domain, the easier it is to accept clean-looking but wrong code

Good test actually : try explaining the solution without any hints. If you can't walk through why the code is structured that way, then the review was superficial

1 comments

Ooh that's good advice! Very useful for everyone in my team. Appreciate it!