Skip to content

Commit 7236ff1

Browse files
authored
Add link to Why Not Inheritance
Add a link to a blog talking about why Rust does not have inheritance like other OO languages do.
1 parent 7425a9b commit 7236ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draft/2022-02-09-this-week-in-rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
2525
### Research
2626

2727
### Observations/Thoughts
28+
* [ZH] [为什么 Rust 没有继承?](https://fengliang.io/RustWHY/design_choices/why_not_inheritance.html) A thought on the design choice that Rust made and is questioned by many programmers from other object-oriented languages. Why does Rust not have inheritance?
2829

2930
### Rust Walkthroughs
3031

0 commit comments

Comments
 (0)