-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
User Story
Essential components
- Title describes the story
- Stakeholder type is identified
- Outcome is described
- Rationale is explicit
- Acceptance criteria are verifiable and from the perspective of the stakeholder
Story
As a maintainer
I want ImageLab.java to have proper encapsulation
so that the internal implementation does not affect the external API
Supporting Info
This design change may require refactoring or modifications to the internal design of other classes.
Acceptance Criteria
Any instance variables of ImageLab.java that need to be accessed or modified by other classes are private and have accessor methods.
Dependencies
Depends On
issue #32
Reactions are currently unavailable