As several developers work on javascript files, many of them have written the same file names over and over again.
A simple example would be getCookie, a setCookie type function.
Now we are doing aggregation in javascript files, will there be any problem if they have the same functions twice.
Now everything is working fine, but I want to know
Appreciate your help
source
share