Task #6370 (closed)
Opened 8 years ago
Closed 8 years ago
Refactor scripts to separate out functional units from control scripts
| Reported by: | szwells | Owned by: | szwells |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-09-01 (4) |
Description
To aid testability and code hygiene, refactor scripts to separate out functional units, such as creating & initialising the VM, from the overall control script. Each script should be neatly contained, and well defined in terms of the functionality it provides. The control script should then control the flow of calls to each functional script
Change History (2)
comment:1 Changed 8 years ago by szwells
- Milestone changed from Unscheduled to OMERO-Beta4.3.2
- Remaining Time set to 0.25
- Sprint set to 2011-09-01 (4)
comment:2 Changed 8 years ago by Simon Wells <szwells@…>
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from new to closed
(In [35e8060f5dca95d4d5897a6a9a5332e8d65314e1/ome.git] on branch develop) Refactored code into functional units to aid code reuse. Fixes #6370 #6627 #6471