Syslifters / reptor

Other
11 stars 3 forks source link

Remove Protocols #64

Closed aronmolnar closed 1 year ago

aronmolnar commented 1 year ago

Protocols currently mostly resolve circular import problems.

However, they require us to maintain much extra code and define redundant declarations of methods.
The protocol classes are also quite unique, so protocols do not add much extra value, from my point of view.

aronmolnar commented 1 year ago

https://github.com/Syslifters/reptor/pull/68

aronmolnar commented 1 year ago

https://github.com/Syslifters/reptor/pull/69