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
-
What language/lib is that. It's not so uncommon in some of langs where you are not sure if the code will be online tomorrow or not ...
-
Been there, done that. One of the copied libraries was actually the whole Android stock camera app.
And we have no idea what they used that source code for. -
TheShell3057yI've encountered something similar in the code I'm working on. Yesterday I was mindlessly fixing sonar issues when I noticed I was fixing issues in a third-party library which was copy pasted into the project. 😢
-
zshh38537yNot always a bad idea. Don't put too much trust into artifactories. Look at what happened with npm packages that were removed, a lot of stuff broke because of it.
-
anyhus7147yHow do you mean copied? Is it bad that on the client side I usually try pulling jQuery and Bootstrap from CDNs and if they are down I pull from copies that I am statically hosting?
Related Rants
Our project is a legacy of all legacy projects. The developers imported the third-party libraries by copy-pasting the whole source codes into the project. Ohhhh yeahhh!!!
undefined
wk58