Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Interface bloat


 

In web design interface bloat (also fat interfaces) is a term used to describe interfaces that try to incorporate all possible 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, interface separation instead.

Interface bloat is an example of an anti-pattern.

Anti-patterns

Read more »

Non User