this post was submitted on 30 Nov 2024
9 points (100.0% liked)
Programming
0 readers
3 users here now
A magazine created for the discussion of computer programming-related topics.
Rules
Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have seen this done by companies that are forced to release their code because it is a derivative of another open source app itself. 3D printer companies were notorious for that, from my experience.
If it's some random bit of code from a single developer who probably doesn't code for a living, I am usually happy with whatever I can get. Going in with the expectation that the code won't be documented and the app being a cluster fuck dampens the pain a bit, for sure.
I suppose I just have a high tolerance for any pain caused by trying to get random apps working. My latest endeavor was getting Prusa slicer built in Visual Studio and I am absolutely not a Windows developer. It was just a matter of reading any build errors that were thrown one at a time.
I should note that I am not a developer by any means, but have enough of an understanding of code to navigate through just about any random repository. (I have been in IT security for a number of years, so digging through random shit code determining exploit plausibility is part of my day job.)
Didn't mean to derail your rant and I understand your point, btw. It's annoying to dig though weirdly structured, and undocumented code, but it doesn't seem that bad to me.
If you have an example repository you can share, that would be cool. I am super curious what triggered this post, s'all.