Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2022 / 06 / 29.mkd
blob30c073d94f9e568feb0ae6f7b41d1cba0082b683
1 # 2022/06/29
3 ## 20:15
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!