Back to Problem Library
Software Design

Code Review: Overengineered Code

mediumJS / TS

Problem Statement

Review the following user name formatting module. Identify unnecessary design abstractions, premature generalization, and refactor it into a clean, simple, readable function.

Includes TypeScript & JavaScript starter code
Start Interview with this Problem