Skip to content

Modify IGenerator interface to use setters/getters #22

@end2endzone

Description

@end2endzone

The IGenerator interface has main 2 functions which requires a high number of parameters. the number of parameters keep increasing from each releases as new functionnality in introduced into the software.

The interface should be modified to use setters/getters and would provide the interface the following:

  • Simplified usage with optional parameters
  • Only providing parameters once (the same parameters are shared by the 2 functions)
  • Compatibility with future versions.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions