Reddit Reddit reviews Component Software: Beyond Object-Oriented Programming, 2/E (Addison-wesley Component Software)

We found 1 Reddit comments about Component Software: Beyond Object-Oriented Programming, 2/E (Addison-wesley Component Software). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Component Software: Beyond Object-Oriented Programming, 2/E (Addison-wesley Component Software)
Check price on Amazon

1 Reddit comment about Component Software: Beyond Object-Oriented Programming, 2/E (Addison-wesley Component Software):

u/pjmlp ยท 8 pointsr/rust

UML does also apply to Rust, you can restrain yourself to the subset known as Component Based Software:

https://en.wikipedia.org/wiki/Component-based_software_engineering

Here is one of the reference books on the subject:

https://www.amazon.com/Component-Software-Object-Oriented-Programming-Addison-wesley/dp/032175302X

Basically traits can be seen as components, and you design the interactions among them.