Database Guy Asks: Object-Oriented Design Theory?

前端 未结 14 596
深忆病人
深忆病人 2021-02-04 20:34

I\'ve worked with designing databases for a loooong time, and these days I\'m working in C# too. OO makes sense to me, but I don\'t feel that I have a good grounding in the dee

14条回答
  •  抹茶落季
    2021-02-04 21:10

    in DBA slang: object-oriented design is nothing else but properly normalized data behind safe operation interfaces, safe meaning, look at the operations, not the data directly

提交回复
热议问题