richClubb / python-uds

A uds library for python
MIT License
97 stars 55 forks source link

Comments on TpFactory.py #17

Closed beckyc567 closed 6 years ago

beckyc567 commented 6 years ago

TpFactory.py

richClubb commented 6 years ago

Good review. I will have to revise the factory method as I'm not fully sure I'm actually implementing factories

richClubb commented 6 years ago

refactored the class to use the call method for creating the actual instances. I think this provides a nicer interface.