Database Guy Asks: Object-Oriented Design Theory?

前端 未结 14 556
深忆病人
深忆病人 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:07

    Start reading about design patters, from say Martin Fowler. :)

    They are the most practical use of OOP.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题