Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 501 Bytes

File metadata and controls

11 lines (6 loc) · 501 Bytes

android-HumanParser

Bug Squash / Refactor

This test will assess your debugging and refactoring abilities.

In the HumanParser project you'll find a single source file and a single test suite. The purpose of the class is to parse a person's name into its component (first, middle, last, etc) parts given many different representations of that name.

Goals

The goal of this exercise is simple: fix the failing test(s). If there is remaining time, refactor the code to make it more efficient.