this post was submitted on 01 Nov 2023
752 points (98.0% liked)

Programmer Humor

32356 readers
1156 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

alt textA 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

all 15 comments
sorted by: hot top controversial new old
[–] lowleveldata@programming.dev 49 points 1 year ago

Not sharing my code out of I don't want to maintain that shit

[–] ZeroCool@feddit.ch 47 points 1 year ago

Not sharing my code because:

garbage.jpg

[–] CyberCatBytes@kbin.social 43 points 1 year ago (1 children)

Sharing ur code except it's by uploading an audiobook of u reading it out loud on Amazon

[–] bjoern_tantau@swg-empire.de 13 points 1 year ago

Back when cassette tapes were common to store data you could actually get programs through the radio.

[–] Urist@lemmy.ml 42 points 1 year ago (1 children)

This reminded me of a broken promise of mine from long ago.

[–] floofloof@lemmy.ca 9 points 1 year ago* (last edited 1 year ago) (1 children)

I made the same promise and have yet to deliver due to shame. But also because I get enough hassle from users without the source code and I don't have time to handle everything that will come up when they have the code.

[–] lowleveldata@programming.dev 12 points 1 year ago* (last edited 1 year ago)

on the flip side you can potentially play the "feel free to submit a PR" card when they have the code

[–] r00ty@kbin.life 27 points 1 year ago (1 children)

It's not even shame. There are two kinds of software developer. Those that just appreciate everyone else doing the same as them. And those that will not tolerate anyone:

  • Not using the same language as they do
  • Not using the same source control as they do
  • Need to tell you that you shouldn't do the things they don't do because they're wrong

Not sharing code is usually just to avoid the latter type, who will appear and seemingly have a lot of time to check every line of code you've ever produced :P

[–] souperk@reddthat.com 18 points 1 year ago (1 children)

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 🤣.

[–] r00ty@kbin.life 3 points 1 year ago (1 children)

What? VSS6 isn't best in class any more?

I actually migrated once from VSS to putting my source code in a .zip file and emailing it to myself.

[–] IWantToFuckSpez@kbin.social 12 points 1 year ago

Not sharing my code because I can’t even read my handwriting.

Not sharing your source code because you lost it and only have the EXE now.

[–] scytale@lemm.ee 11 points 1 year ago

Not sharing your code for job security