Loading…
Loading…
Main already had a simple utility for formatting prices and receipt dates. A colleague sent a PR extending it. But in the middle of the refactor, some traces were left behind — unused imports, temporary variables, commented-out code. Your job is to walk the diff and find everything redundant before approving.
Before hunting for problems, read the file from start to finish. Your job here is to notice the "traces" in the code — traces of refactoring, temporary variables, commented-out pieces. Hint: pay attention to the imports. They're often where unused things show up first.