oliverdavies.uk/source/_daily_emails/2023-05-20.md

20 lines
708 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-02-07 20:01:19 +00:00
A minor breaking change
2024-01-03 20:00:00 +00:00
pubDate: 2023-05-20
permalink: >-
2024-02-07 20:01:19 +00:00
archive/2023/05/20/a-minor-breaking-change
2024-01-03 20:00:00 +00:00
tags:
2024-02-07 20:01:19 +00:00
- software-development
2024-01-03 20:00:00 +00:00
---
Today, in the repository of an open-source project, I saw an issue comment saying, "This is a minor breaking change.".
It detailed what was removed and suggested an alternative.
I don't know how you define a "minor" breaking change.
Is it because it's a single line and easy to replace, or is it part of the code that is rarely used by consumers and less likely to cause an issue?
Regardless, if it's a breaking change, anyone using that project will need to update their code if they use something that was removed, whether it's minor or not.