Replies: 2 comments 4 replies
-
I totally agree on the I think this thread can also cover the issue of |
Beta Was this translation helpful? Give feedback.
-
You have a good point with the naming of However, I'm not in favor of the |
Beta Was this translation helpful? Give feedback.
-
I would like to use this thread to discuss the naming of functions, structs, etc. as I think it's kinda important for a library to have memorable and logical names.
My current problem is the name of the parsing functions that use regex. They are called
from_regex
, although they are not converting from "regex" toSelf
, but just from a String with help of regex. I'm unsure if it matters at all to mention that regex is used, I'd even say the methods would be better directly as aFromStr
implementation.Beta Was this translation helpful? Give feedback.
All reactions