logoalt Hacker News

aidosyesterday at 8:22 PM1 replyview on HN

Are you suggesting something like this?

    def createUesr(db):
        if db is type1:
            behaviour1
        if db is type2:
            behaviour2

Replies