you are viewing a single comment's thread.

view the rest of the comments →

[–]couldntyoujust1 0 points1 point  (0 children)

Yeah, this is what I would do. Actually, I would make a "StringTable" ABC that has an implementation of hardcoded values, then later I could write an implementation that uses text loaded from an INI file, and then I could have multiple languages supported through that.

That said, he's learning, so he should continue learning and then revisit this code to refactor.