Describe the feature
Currently, the RecursiveService function recurseObject doesn't properly implement generics. This could lead to unusual results or improperly typed objects.
Feature Requirements
- Refactor
recurseObject function to use generics
- Refactor other functions to properly pass typed arguments
Customer/Developer Value Proposition
Create more rigorous and precise results.
Additional notes
service
Describe the feature
Currently, the
RecursiveServicefunctionrecurseObjectdoesn't properly implement generics. This could lead to unusual results or improperly typed objects.Feature Requirements
recurseObjectfunction to use genericsCustomer/Developer Value Proposition
Create more rigorous and precise results.
Additional notes
service