WiresmithTech / tedium

3 stars 1 forks source link

Limit Code Growth in Read and Write Methods #15

Open JamesMc86 opened 1 year ago

JamesMc86 commented 1 year ago

Read and write methods currently are generic over type and whether it is an &ObjectPath or ObjectPath.

Need to either remove the need for object path generic or should have a non-generic inner function to limit code growth. Also review against reading properties.

If we can also limit growth due to data types we should review this. It is harder because it goes to the root but maybe we can make the middle section a separate function so it isn't replicated.