<img src="https://secure.leadforensics.com/794635.png" style="display:none;">
Skip to content
Published at September 22, 2025
Product

Feature Toggles are Technical Debt, but still great

Feature toggles let a team decouple release to product from release to users. This is great, but also requires discipline to clean out obsolete toggles.

An example dashboard presenting details on the feature toggles..

This article is a guest blog by Egil Østhus, CEO of Bricks Software AS. Bricks is the company driving the open source feature management system Unleash.

Are there really any development teams that haven’t experienced the pressure of delivering “more” or quicker to production? In this case “More” often means functionality or new customer facing features. Developer efficiency is more important than ever, and feature toggles allow increased speed to market. Feature toggles allow a developer team to decouple release to product from the release to users. This has clear benefits to the development team on how they release a new feature:

CodeScene Team

CodeScene Team

Elements Image

Subscribe to our newsletter

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Semper neque enim rhoncus vestibulum at maecenas. Ut sociis dignissim.

Latest Articles

Architectural Analysis Simplified and growing Programming Language support (Clone)
Architectural Analysis Simplified and growing Programming Language...

Code Analysis with Intelligence

Base 64 - padding and URLs
Base 64 - padding and URLs

Knowing the size of input beforehand, it should be safe to leave out the padding character so you don’t need to percent-encode it for safe ...

Change coupling: visualize the cost of change
Change coupling: visualize the cost of change

Code can be hard to understand due to excess accidental complexity. Or, it can look simple, yet its behavior is anything but due to complex...