Interface bloat

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In software design, interface bloat (also called fat interfaces by Bjarne Stroustrup and Refused Bequests by Martin Fowler) is when a computer interface incorporates too many operations on some data into an interface, only to find that most of the objects cannot perform the given operations.

One might consider using visitor pattern, Adapter Pattern, or interface segregation instead.

Interface bloat is an example of an anti-pattern.

<templatestyles src="Asbox/styles.css"></templatestyles>