leaky abstraction
英漢例句
- IMHO, this is an example of leaky abstraction. I don't know and I don't want to know why I can't simply write
如我拙見(jiàn),這有一個(gè)leaky abstraction的例子。 - GORM helps mitigate the leaky-abstraction problem by allowing you to represent your object model in a way that makes sense in Groovy.
GORM 有助于緩解抽象泄漏問(wèn)題,它支持使用對(duì) Groovy 有意義的方式表示對(duì)象模型,由 GORM 在幕后處理關(guān)系數(shù)據(jù)庫(kù)的問(wèn)題。 - When a DAO operation fails the SQLException or other persistence technology-specific exception should be translated to ensure that DAO interfaces do not provide a leaky abstraction
當(dāng)DAO操作失敗時(shí),SQLException或者其他特殊持久化技術(shù)的異常應(yīng)該被翻譯,以確保DAO接口不會(huì)有漏掉的抽象。