• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle
  • What’s your preferred default pronoun? As far as I’m aware, there isn’t a universally accepted replacement, since any pronoun comes with drawbacks. ‘he’ & ‘she’ are gendered, ‘it’ typically refers to non-sentient things, and ‘they’ can cause confusion about number. Of course, there’s also neopronouns, but people have come up with a billion, and there’s no consensus or standard, so I can’t confirm the person I’m talking to will understand.



  • stingpie@lemmy.worldtoProgrammer Humor@programming.devRust
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    edit-2
    1 month ago

    I struggle to learn rust because the semantics and syntax are just so awful. I would love to be enthusiastic about rust, since every seems to love it, but I can’t get over that hurdle. Backporting the features into C, or even just making a transpiler from C to rust that uses annotations would be great for me. But the rust community really does not seem interested in making stepping stones from other languages to rust.




  • After reading a lot of comments in this thread, I’m not sure I know what spaghetti code is. I thought spaghetti code was when the order of execution was obfuscated due to excessive jumps and GOTOs. But a lot of people are citing languages without those as examples of spaghetti code. Is this just a classic “I don’t like this programming language, and I don’t know much about it.” Or is there something I’m missing?





  • That’s not what I’m saying at all. What I’m trying to say is that I can’t think of any way a program working with numeric types could start outputting string types. I could maybe believe a calculator program that disables exceptions could do that, but even then, who would do that?