6

you have 6 problems

you introduce rust, now you have 30 problems

you worked on it for about a month and maybe this is the 6th rewrite, and you now have 300 problems and also you have less functionality than every one of the previous versions

why and how

this pattern seems to be consistent no less

Comments
  • 2
    Maybe the issues that Rust brings are worse than the issues it resolves. I mean, C++ resolves already a lot of memory issues. Migrate :D
  • 1
    @retoor I fucking love C++. I am a masochist
  • 1
    @retoor C++ is scary. C is nice, C tells you everything, it's transparent. C++ you have no clue on what the fuck is going on. It's somehow simultaniously low level as fuck and high level as fuck, like some ungodly mix of the C and Java/C# but in a cursed way.
    (P.S. I love both C and C++. C more tho)
  • 0
    I haven't worked much with Rust.
  • 0
    Oh wait , this is your profile.

    good morning.

    fuck you :)
  • 0
    @retoor Not really. C++ is less restrictive than Rust, but all the things Rust doesn't let you do are also things you *shouldn't* do in C++

    The real issue is that robust programming without a GC is just hard. There are no easy solutions.... well except a GC. But you can't always have one
Add Comment