Code Review

Overview

The module we decided to code review was MusicianDirectory Old. Note that this is the file before review.

The module post review: MusicianDirectory New

This module is responsible for dynamically loading the Musician classes, their icons, and other metadata on start up.

It's worthy of code review because it executes non-trivial introspective, pattern-matching and directory walking operations, and makes 2 goals of the project possible:

Feedback

Changes