Lenkelheit / Coursework

This repository contains Instagram-like application
Apache License 2.0
1 stars 0 forks source link

Make entities equatable #129

Closed iamprovidence closed 5 years ago

iamprovidence commented 5 years ago

We can override Equal method for entities. So they will became easiear to test

iamprovidence commented 5 years ago

I think it could be done in generic way We can implement template method patter, for example override Equal method only in abstract class using reflaction