-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the inheritance example to something more meaningful (was remove TODO) #620
Comments
Frankly I would just take the redundant TODO out and change the title of this issue |
@jonathanstowe go for it. |
In summary the discussion that gave rise to the original issue was that the example provided was a little contrived and lacked a clear rationale. A good example should define a problem and show how it can be dealt with using inheritance. |
I would say this is no longer relevant. Maybe old issues should provide a link to particular commits in the repo. |
I see a couple of not very good practices (using say in methods) here and also a way to include in the example the fact that attributes are always private. I can change that if needed... |
The docs have a
TODO
notice written right in the text: http://doc.perl6.org/language/classtut#InheritanceSee also: Raku/book#58
The text was updated successfully, but these errors were encountered: