5 So implementing `StringBuilder.delete()` since some software uses it and I
6 am quite glad that I decided to test cases where the string being deleted
7 from is at capacity or also over capacity since there is a specific test
8 case that fails. So always is a reminder to make sure that your testing
9 covers multiple scenarios!