Closed timobrembeck closed 1 year ago
Yes, probably cleaner. Just need to make tests pass :smile:
Ah, removing self.status = False
broke the tests, because it relied on the fact that the default status was False
if not overridden.
I find it a bit easier to follow the nested if-conditions in the checking methods if we use None
as default value and set True
and False
explicitly...
In my opinion, this looks a bit cleaner