this post was submitted on 13 Apr 2023
7 points (100.0% liked)
Rust Programming
8159 readers
1 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@lemming_7765 since things can be expressed in more or less any order, I like the idea of putting the most important things first and then working down from there.
Not my original idea but I can’t remember the origin.
So, hierarchichal top down, I guess. With main types before subordinate ones. Right?