In the 2.0 update bug #99, it was brought up that parse_string_unsafe can have negative side effects
Using an "unsafe" function will be flagged in every code review and will cause the reviewer to dig into the implementation to verify that this is really "safe" to use
Originally posted by @FelixSchwarz in #99 (comment)
I'm proposing _liberally because definition no. 2 when I looked it up is:
in a way that is not precise or strictly literal; loosely.
which feels accurate for what it does.
Thoughts?
In the 2.0 update bug #99, it was brought up that
parse_string_unsafecan have negative side effectsOriginally posted by @FelixSchwarz in #99 (comment)
I'm proposing
_liberallybecause definition no. 2 when I looked it up is:which feels accurate for what it does.
Thoughts?