Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'll say it again, committing executables is a bad idea. Putting executables in zip files and uploading them as releases is a great idea. It's literally 1 extra step, people. Figure it out.
-
@gronostaj Hardware developers have to deal with weird compiler toolchains that will fail compiling your code after a very minor change (adding a comment for example) for some weird reason so this is standard practice apparently to keep the compiled bits stored somewhere with the code.
-
@arcsector I agree, but hardware developers deal with different set of issues that warrant them storing the compiled bits in git.
-
I sometimes do it, when I have dependencies, which are executables, but not downloadable via a package manager or similar, and I have to use them for CI...
Related Rants
A SW developer commiting an executable in his source repository, is an idiot.
A HW developer doing the same, is a wise man.
random
repos
git
sw vs hw