Depending on fixed version of a library and ignore its updates
- by Moataz Elmasry
I was talking to a technical boss yesterday. Its about a project in C++ that depends on opencv and he wanted to include a specific opencv version into the svn and keep using this version ignoring any updates which I disagreed with.We had a heated discussion about that.
His arguments:
Everything has to be delivered into one package and we can't…