|
|
|
|
|
by Too
2946 days ago
|
|
Sorry if i wasn't clear, what i meant was actually why would you have strings that are not intended to be displayed to end user? Smells like non binary serialization format or something alike, which is usually a code smell. It's convenient the first 2 weeks but once the project grows you need a more strict schema and once you have that you might as well use a serialization library which might as well have a binary serialization backend. |
|
Why would you not? E.g., you use pandas and columns all have names. Colors are typically also strings, etc. Thus you would often do things like
However, the parent's point, IIUC, is that he'd do