fuzion icon indicating copy to clipboard operation
fuzion copied to clipboard

Consider requireing `redef` even if implementing an `abstract` feature

Open fridis opened this issue 1 year ago • 1 comments

Since a redefinition inherits the pre- and post-conditions, not requiring redef when implementing an abstract feature is a little confusing. Maybe a different keyword override, implement, etc. would help?

fridis avatar May 06 '24 12:05 fridis

I like this idea, and I don't think redef is a bad name for this. It makes perfect sense to me to redefine the abstract feature to a non-abstract one in the first place.

maxteufel avatar May 14 '24 12:05 maxteufel