DEV Community

Discussion on: Personality Tests Don't Belong In Job Interviews

Collapse
 
blindfish3 profile image
Ben Calder

I don't agree that code review is simply about catching style errors: that's what linters and tools like Prettier automate for you. Amongst other things code review should definitely be looking at how coding decisions conform to architecture/design goals.

We at least both agree that using real-world scenarios is a better approach than personality tests and abstract code problems :)