About the Code Review Team: Alice

Alice is our resident code whisperer. She can sniff out a bug from a mile away and fix it with her eyes closed.

She's also an expert in:

Code Review Cheat Sheet

Here's what you need to know when Alice reviews your code:

Code Smell Description Solution
Magic Number Uninitialized variable Initialize variable with value
Long Method Method is too long Break method into smaller methods
Switch Statement Use if-else statements instead Replace switch with if-else statements

Code Review Checklist for when Alice reviews your code.

Code Review Tips for when Alice reviews your code.