[MODAES-15] Reduce object creation to limit garbage Created: 11/Nov/20 Updated: 04/Jan/21 Resolved: 04/Jan/21 |
|
| Status: | Closed |
| Project: | ARCHIVED: mod-aes |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 0.0.4 |
| Type: | Story | Priority: | TBD |
| Reporter: | Matt Reno | Assignee: | Matt Reno |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | |
| Development Team: | None |
| Description |
|
There are some objects that are created but never used and some that are created over and over again with the same data. We should review the code for places where for unnecessary/excessive object creation and fix the code so that garbage is limited. |