Override properties instead of initializing them
Closed this issue · 1 comments
nathan-fiscaletti commented
In RequestHandlers we're using the constructor to initialize properties. Let's move this to overriding properties.
nathan-fiscaletti commented
Completed in PR #63