|
|
|
|
|
by nrjdhsbsid
3429 days ago
|
|
Mostly web. You always use a logging lib so no console really ever. Strings are used all the time but not substring or splice, 90% of uses for those are anti patterns tbh. Regex really never. Unless you're munging data in Python it's usually a bad idea to use regex. Clean strings? Use a library. Parsing? Use a parser. Raw regex implies filtering stuff or banning certain characters in strings which breaks all kinds of multi language compatibility |
|
Well, I am obviously the guy who write the tools and the libraries, so you don't have to know these things yourself but I do :D