Are you suggesting something like this?
def createUesr(db):
if db is type1:
behaviour1
if db is type2:
behaviour2Are you suggesting something like this?
def createUesr(db):
if db is type1:
behaviour1
if db is type2:
behaviour2
See Casey's code snippets here: https://github.com/unclebob/cmuratori-discussion/blob/main/c...