orazdow / SAR

0 stars 1 forks source link

Break out components into modules #3

Closed marques-work closed 4 years ago

marques-work commented 4 years ago

This PR sits on top of #2 (i.e., this PR includes commits from #2 so once that PR is merged, this one will become smaller).

Extract components into their own modules

This is the first of a few refactorings to come. As the diff is rather large, here is a summary of the changes:

As far as refactoring goes, this made no changes in logic or abstraction -- only module extraction. Future refactoring will tackle logic/abstraction, etc.