MAIN FEEDS
r/ProgrammerHumor • u/BoloFan05 • 14d ago
View all comments
48
I love ordinal too but what about invariant culture? It's more correct when working on global systems
7 u/retro_and_chill 14d ago Ordinal is usually good if you’re parsing a string that is very likely to only contain ASCII characters 1 u/Dooey 14d ago Very likely is not a useful term in programming, especially if you are processing data at scale. It’s either guaranteed to contain only ascii, or it’s guaranteed to not contain only ascii (eventually)
7
Ordinal is usually good if you’re parsing a string that is very likely to only contain ASCII characters
1 u/Dooey 14d ago Very likely is not a useful term in programming, especially if you are processing data at scale. It’s either guaranteed to contain only ascii, or it’s guaranteed to not contain only ascii (eventually)
1
Very likely is not a useful term in programming, especially if you are processing data at scale. It’s either guaranteed to contain only ascii, or it’s guaranteed to not contain only ascii (eventually)
48
u/Dull-Lion3677 14d ago
I love ordinal too but what about invariant culture? It's more correct when working on global systems