Thomas Nguyen
Thomas Nguyen's Blog

Thomas Nguyen's Blog

Follow
homeFront-endBack-endMicroservicesBuy me a coffee
Tag

code review

#code-review

More content

Read more stories on Hashnode


Articles with this tag

A Simple Checklist for a Good Code Review

Jun 15, 20221 min read

The checklist: ✓ Does the code handle edge cases? ✓ Do you see duplicated code? Can this code be abstracted? ✓ Is there a way to make the code...

A Simple Checklist for a Good Code Review