Skip to content

Commit 317d664

Browse files
typo
1 parent e7a8cd5 commit 317d664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/breaking-changes-and-lts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We do that because we are optimizing for long-term growth: GraphQL Java is 3 1/2
1212

1313
We do it also because of resource constraints: we are an open source private run project with limited time and resources. We can’t afford maintaining a badly designed project in the long-term. Every bad design, every bad naming makes adding features and adopting to new requirements harder, more time consuming and more unlikely. We also want to make external contributions as easy as possible because we can’t do it all ourself.
1414

15-
The last reason is personally and it is about fun. I don’t wanna maintain a badly designed project. I need to have fun if I wanna continue to invest a large amount of private time in GraphQL Java.
15+
The last reason is personal and it is about fun. I don’t wanna maintain a badly designed project. I need to have fun if I wanna continue to invest a large amount of private time in GraphQL Java.
1616

1717
Does that mean we just refactor as crazy and break everything all the time? No it doesn’t. We follow some rules about breaking changes:
1818
- We never take a functionality away. We deprecate things and make it clear that we don’t really support them anymore, but we don’t take them away without a clear alternative.

0 commit comments

Comments
 (0)