Comment on How do you approach learning a new programming language or framework?
owsei@programming.dev 9 months ago
rebuild stuff
I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.