I’ve heard of Pythonistas and Rustaceans. What are some of the other names given to devs writing in, for example, PHP or C++. Appreciate any answers - both serious and joking.

  • AMDIsOurLord
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    C# can have native performance, if you sit down and really optimize shit until you go mad, you can have absolutely minimal runtime friction. The .Net runtime despite it’s stupid fucking name from a bygone era is actually really smart with code gen.

    This of course depends on the code, project and your own skill level