As a developer I find there is a much greater likelihood of breaking something inadvertently when using long relative path names with ../../../ to get to the proper directory location. I would expect for these files to be co-located with the other code files that they correspond to (especially tests).
Needed Changes:
As a developer I find there is a much greater likelihood of breaking something inadvertently when using long relative path names with ../../../ to get to the proper directory location. I would expect for these files to be co-located with the other code files that they correspond to (especially tests).
Needed Changes:
-- This will allow for all of the lib files to be included without needing to traverse up the directory tree before specifying the path of a file that is needed.