🌟 Behold! An endless #manifesto on Rust's noble crusade against the evils of Object-Oriented Programming! 🛡️ Just when you thought the #debate was over, this article, dripping in self-importance, promises to redefine 'inheritance' for the umpteenth time. Spoiler: it's not encapsulation, and yes, we care deeply. 🙄
https://www.thecodedmessage.com/posts/oop-3-inheritance/ #Rust #ObjectOrientedProgramming #Inheritance #TechDiscussions #HackerNews #ngated


![Screenshot of code, continuation of the same class, starting with the end of the html() method from the previous screenshot and going till the end of the class (the table[inert] style and the onToggle() method are highlighted:
<style>
table[inert] {
opacity: 0.9;
filter: grayscale(100%);
}
</style>
</table>
</section>
`
}
onToggle () {
this.editable = !this.editable
console.log(this.editable)
this.update()
}
}](https://files.mastodon.social/cache/media_attachments/files/115/701/478/240/954/371/small/4634e7534c5663a0.png)



