alt text

A meme where the top picture is La Forge from Star Trek looking disapproving, while the bottom is him looking pleased.

Top text: not sharing your source code out of greed

Bottom text: not sharing your source code out of shame

stolen from @cjgibilisco@mastodon.gamedev.place

  • souperk
    link
    fedilink
    arrow-up
    19
    ·
    8 months ago

    Most people get over it during uni when everyone is arguing over “X vs Y” language or “vim vs productivity”. At some point you realize how pointless these debates are and continue with your life.

    For anyone wanting to publish their code, remember it’s probably better than most OSS code. If you don’t believe that go read a python or js library:

    1. python’s celery for example has hard coded timeouts on every control operation
    2. react mui has so overcomplicated types that they break webstorm inspections
    3. I once found a typing hack on an python library where they reversed a string in order to conditionally import types only when mypy was running in order to avoid cyclic imports.

    I still love those libraries, use them at my work and will recommend them to anyone with similar needs as I.

    Last but not least, if you aren’t using git something is wrong with you 🤣.