• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle








  • Tamo@programming.devtoFediverse@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    10 months ago

    Totally agree. There’s no reason to respond to posts where the OP on Reddit will never see it, and the bot posts drown out any genuine user posts.

    It works for a small number of cases, but on the whole it’s a misguided attempt to fake content instead of growing communities naturally and it needs to go.




  • Generally the performance difference will be minimal, but the benefit to others (and yourself in the future) in keeping the code’s functionality clear and readable is much more important, especially in a professional setting.

    A lot of programmers do have this ‘code golf’ mentality that less lines == efficient, but unless its a bottleneck and you’ve benchmarked it to be significantly faster, code readability should always trump performance.