14
620hun
7y

No wonder my Python code was broken. I called the super function of the wrong ancestor 🙄 Lesson learned: run the tests after every functional change, no matter how trivial it might seem.

Comments
  • 0
    which tests? you write tests? there's your problem :D
  • 0
    @nona42 I do 😉 It's actually pretty helpful, sometimes it reveals flaws in my logic that I wouldn't have noticed otherwise.
Add Comment