mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[Enhancement] Improve efficiency of string checks #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jul 29, 2022).
Originally assigned to: @mnadareski on GitHub.
There are a lot of places that do a null or empty check on a string and then check if the string starts with or contains a value. We can make these more efficient and consistent.