erikaliang520 / base_KASE

2 stars 1 forks source link

Refactored directories to adhere best to CA and relavent packaging #70

Closed karkabbage closed 9 months ago

karkabbage commented 9 months ago

Refactoring directories and files to adhere better to dependency rules and CA. The APIs were in an outer folder, when they should be in the main code in their own frameworks and drivers folder given our domain implementation, and since many test / Example usages were in the wrong folders.

This implies a lot of refactoring for imports was also included.