Skip to content

Most classes are tightly coupled #21

@sreramk

Description

@sreramk

This makes it hard to extend the code because most of the sources are tightly coupled. So it is highly recommended to write a class that acts as an "abstraction", helping us access the data and functionalities very quickly and easily.

This will encapsulate the high inter dependence among the classes, and make access and expansion of the library very easy.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions