11 ms·
Are you suggesting something like this? def createUesr(db): if db is type1: behaviour1 if db is type2: behaviour2
by aidos 1mo ago
Are you suggesting something like this?
def createUesr(db):
if db is type1:
behaviour1
if db is type2:
behaviour2
- philippta 1mo agoSee Casey's code snippets here: https://github.com/unclebob/cmuratori-discussion/blob/main/cleancodeqa-2.md https://github.com/unclebob/cmuratori-discussion/blob/main/c...