leaky abstraction en · NOUN
Etymology
Popularised in 2002 by software engineer Joel Spolsky.
Meanings
-
An abstraction that undesirably exposes details and limitations of its underlying implementation.
This is a classic case of leaky abstraction. Repository is supposed to abstract away any concerns around querying the database, but now what we are doing here is returning an IQueryable<T> to the consuming code and asking it to build the queries, thus leaking the abstraction that is supposed to be hidden into repository.
2015, Suhas Chatekar, Learning NHibernate 4, Packt Publishing Ltd, →ISBN, page 291:
Forms
| Spelling | Features | Labels | Source |
|---|---|---|---|
| leaky abstractions | Number=Plur | lexicographic |