My practice repository through Coding Interview University(https://github.com/tallescs/coding-interview-university)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Adds Null Object Pattern(UnknownPolicyRater) to avoid null check, a LSP violation.
22b5be4View on GitHubMoving each rating calculation to its own Rater class. Creating a factory to return the correct Rater for a Policy.
3468abbView on GitHubResponsabilities identified: Log, file serialization, json conversion. Classes created to address each responsability. Unit tests created.
79933deView on GitHub