erikaliang520 / base_KASE

2 stars 1 forks source link

Related Words Use Case, Entity, and Interface Adapters Implementation #24

Closed karkabbage closed 9 months ago

karkabbage commented 9 months ago

I implemented strategies within interface adapters since the concrete strategies needed to know how the API methods functionned.

I also created an interactor and necessary use case classes / interfaces , but I'm concerned some parts may be not needed like creating an entire new word . I could actually contruct an Original word that does keep the related words as an attribute or make a new factory that encapsulates previously made. I'll open an issue to confirm what clashses and doesn't with the current pushed code