March 27, 2020
A Way to Structure Rust Software!
Structuring one's software is such an IMPORTANT thing.
How I structure my apps (in Rust and other languages) by Dawid Ciężarkiewicz DESCRIBES such a method.
Dawid's approach gives us so much to THINK about and to LEARN about!
It makes use of Clean/Hexagonal Architecture, Data-Oriented Design, Onion Architecture, decomposing into actors and messages, a tree of ownership, mutability, and MORE!
Like a jigsaw puzzle of a beautiful landscape scene or like an elaborate tapestry, Dawid weaves these techniques into a platform for SUCCESS.
I must STUDY these techniques to get more knowledge!