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
-
oh yes please...
my boss always wants to include all those generated CSS and JS files just for the simple reason that he often forgets to start the build process when I send him a merge request for review... -
@jaread adding trained model to source control is not too bad, but there should be better ways. Stuff like git really only works well with text.
-
jaread2147y@timlyrics please enlighten me then, what version control system is more suited for models? Note that models are usually just a bunch of matrices.
-
@ the one guy who keeps pushing his android build file so i have to clean gradle after every pull
-
spacem18447yWell not everyone always builds on their server. For example for my app that is hosted on GitHub pages I have to push the compiled files.
-
@jaread Do you need those in version control? Storing those files appears to like storing a sql file for a database.
Yes, you need to be able to access from them somewhere. Yet I argue such files are better of in a datastore, whatever that may be. (Blob in a database, or stored on am amazon s3 cluster)
Please don't include generated files in source control.
undefined