[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packaging the "next" Python
From: |
Felix Lechner |
Subject: |
Re: Packaging the "next" Python |
Date: |
Thu, 27 Feb 2025 06:14:00 -0800 |
User-agent: |
mu4e 1.12.8; emacs 29.4 |
Hi Leo,
On Thu, Feb 27 2025, Leo Famulari wrote:
> I always recommend against using inheritance
Yes, it's like a disease! Please make the use of inheritance illegal in
package declarations except in approved cases.
In all circumstances, however, later package versions should never
inherit from earlier versions. Then distant versions can be deleted
without uncertainty, plus the latest version is usable elsewhere.
Thanks!
Kind regards
Felix