Skip to content

Decoupling FileFormat.Words from OpenXML SDK for Enhanced Modularity #1

Description

@sabir-aspose

The current tight coupling between FileFormat.Words and OpenXML SDK objects can make the codebase challenging to understand, enhance, and extend. To address this issue, we are adopting a layered approach:

  1. Business Layer: This layer focuses on custom business objects and encompasses the core business logic.

  2. Document Processing Layer: Responsible for interacting with the OpenXML SDK, managing document-related tasks, and handling external data sources (specifically, Word documents).

These two layers separate distinct concerns and communicate with each other. This architectural separation aligns with best practices in software design, promoting improved maintainability, modularity, and scalability.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions