SquirrelJME/SquirrelJME

View on GitHub
assets/developer-notes/stephanie-gawroriski/2022/06/29.mkd

Summary

Maintainability
Test Coverage
# 2022/06/29

## 20:15

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