Once you have completed your work, you are now to conduct a full, exhaustive review of your implementation and its possibly related files.
You need to audit for the following:
- •Old code that your changes have now made redundant
- •Look at code you have altered and files that depdend on it
- •Possible bugs based on your review
- •Look at related files your changes may impact unexpectedly
- •Inefficient/duplicate code that can be consolidated
- •Run checks to ensure you are not duplicating pre-existing patterns
- •Use services and components to consolidate/extend patterns