A-Z Popular Blog Coding Search »
Coding
 Advertisements
Related Guides

6 Examples of Software Bloat

 , updated on
Software bloat is a term for software that is too large relative to its purpose. The term implies slow software that hogs resources and is difficult to use. The following are common variations of software bloat.

Feature Creep

Software that includes functions that are only loosely related to its core purpose. For example, printer drivers that include applications such as an image editor.

Big Ball of Mud

Software that has been extended many times without a consistent architecture and design. Such software may contain large blocks of inefficient, unused and broken code that software developers are scared to touch.

Application Bloat

Applications that are included with a device, software package or service for commercial reasons. Users may consider this bloat if such applications are unwanted and difficult to remove.

Aggressive Features

Features that interfere with other software or a user's enjoyment of their devices and data. For example, a music app that starts renaming music files and downloading additional content without asking the user.

Overengineering

Software with an unnecessarily complex architecture, design and implementation. For example, a media player that is implemented as an large platform when it could be a lightweight tool.

Perceived Bloat

Users commonly perceive applications that are slow or that have an overly complex user interface as bloated.
Overview: Software Bloat
Type
Definition
Software that is overly complex relative to its purpose.
Related Concepts

Software Design

This is the complete list of articles we have written about software design.
Bootstrapping
Bulkhead
Code Refactoring
Complexity Hiding
Design Abstraction
Design For Scale
Future-Proofing
Microservices
Overengineering
Push Technology
Service Architecture
Soft Computing
Software Architecture
Software Components
Systems Analysis
Systems Design
Worse Is Better
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Software Design

A list of software design terms.

Separation Of Concerns

A definition of separation of concerns.

Backward vs Forward Compatibility

The difference between backward and forward compatibility.

Push Technology

A definition of push technology with examples.

Systems Design

The common elements of a systems design.

Software Design vs Software Architecture

The difference between software design and software architecture explained.

Future-Proofing

A definition of future-proofing with examples.

Systems Analysis

The common types of systems analysis.

Bit Rot

The basic types of bit rot.

Coding

A list of coding considerations and techniques.

Emergence vs Big Design Up Front

The difference between emergence and big-design-up-front.

Deep Magic

An overview of deep magic, a technology term.

Principle Of Least Astonishment

An overview of the Principle Of Least Astonishment.

Pull vs Push

The difference between pull and push technology.

Binary vs Hexadecimal

A comparison of binary and hexadecimal.

End-User Computing

An overview of end-user computing.

Library vs API

The difference between a library and API explained.

Code Reuse

The common types of code reuse.

Code Freeze

The common types of code freeze.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map