This issue tracks the review and preparation of a sub module for the 2.0.0 project. To finalize a sub-module the follow steps should be performed:
- [x] Code review for TODO (do), commented out code (remove), ensure interfaces are prefixed with an "I", or not using await
- [x] Ensure every property/method has at least one test
- [x] Ensure all of the interface method/properties are commented
- [x] Remove comments from class implementation files
- [x] Ensure the docs page is updated to mention each method/property with at least a minimal example
- [x] Search in closed issue by the label "area: sample" to see if any apply to the module you are review and add those as appropriate to the documentation
- [x] Review/compare the code in the 1.x branch to ensure any fixes, updates, or changes are in 2.0
Once complete submit one PR per module for final review. Please make the title match the issue title and reference the issue in the body of the PR. It will then be reviewed so please check back for any feedback or questions.
Most helpful comment
Hey folks, PR submitted and ready for review!