Leaky abstraction

From Wiki @ Karl Jones dot com
Revision as of 09:11, 6 September 2016 by Karl Jones (Talk | contribs) (Created page with "In software development, a '''leaky abstraction''' is an abstraction that exposes details and limitations of its underlying implemen...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In software development, a leaky abstraction is an abstraction that exposes details and limitations of its underlying implementation to its users that should ideally be hidden away.

Leaky abstractions are considered problematic, since the purpose of abstractions is to manage complexity by concealing unnecessary details from the user.

See also

External links