I've come across this naming issue in software a bunch recently: I have a machine learning model, an object model (Pydantic for example), and an MVC model. How do you disambiguate between these different taxonomies in your code?
@vicki Use different cases: Model, mOdel, moDel.
Use acronyms: ml_model, o_model, model_vc.
Give the names: mlm is Skynet, om is Gary, mvc is Jackie.
Plan for expansion: model_1, model_2, model_3.