Skip to content

Improper abstraction of database form client code #18

@ahan10

Description

@ahan10

Multiple instance of the code does not follow the abstraction, they are directly accessing the Dao directly instead of via the service layer. This can be found in:

  • ComicBookInfoController: Implementation of favourites button, reading button and finished button still directly communicate with Dao instead of via a service layer.

  • reloadTables() method of ProfilePanel.

  • actionPerformed() of ProfileController

Metadata

Metadata

Labels

smellPotential sign of poor design/code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions