luiisca / floaty

Apache License 2.0
0 stars 0 forks source link

refactor services to be less confusing, stop calling a function only defined in a consumer service from a 'base' class #37

Closed luiisca closed 2 hours ago

luiisca commented 1 week ago
image.png

instead have all functions needed for building floating views abstracted in a 'base' class, remove extended-service, and let consumer service have more control over the underlaying Service

linear[bot] commented 1 week ago

GIT-406 refactor services to be less confusing, stop calling a function only defined in a consumer service from a 'base' class

luiisca commented 5 days ago

composition sounds like a nice way to refactor this