396
codeStyle
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
People who learnt structural OOP without actually understanding typing system and their benefits really struggle with learning Rist as they try to map classes onto structs and it just doesn’t work.
Traits are not inheritance.
Box
is not polymorphism. Rust is not C++ with more keywords.