From ce745ba40bba87d8825e440441e5fccc46e4489f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 12 Sep 2022 10:15:18 +0200 Subject: [PATCH] versioning: Add note from the present MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- content/posts/versioning.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/versioning.md b/content/posts/versioning.md index feab01f..99d63dc 100644 --- a/content/posts/versioning.md +++ b/content/posts/versioning.md @@ -47,3 +47,11 @@ various versioning scheme defined out there. Nothing also mandates they have to backport bug fixes to the current or previous releases, and some projects actually cannot afford such a luxury. All of this takes time and that is a really expensive resource in a project. + + +_Update from the present: Even if I had time I don't think I would even do it. +I think the issue I tried to convey in this article isn't that we don't have +time, it's that I'm tired of being imposed a vision of the world I don't agree +with. What's more, people having these expectations often don't even take part +in the process of making the project or the in community around it, at any +level._