3
jestdotty
11d

there will be no abstractions. I will just literally write everything out, every single path. no generics, no reusability

I don't think rust is made for reusability. every time I try I corner myself somewhere and confused myself

JavaScript is such king of reusability ngl. so sexy

but ok I can put in a lot of literal effort to touch every little itty bitty. let's see how it goes. new philosophy. touchy touchy

Comments
  • 2
    Hmm, could be true. If it's like a system language like c, c is also written very specific for a use case and also not very reusable. You keep typing like a maniac. Generic shit is in case of performance not the way to go.
  • 0
    Yeah, the more features and explicit the language, the harder to re-use I find
Add Comment