So for my main contract, I am working on a fairly large and a complex system i.e. it has many moving parts. So in addition to the large code-base that I have to maintain, the project also makes use of several libraries i.e. jar files written by various teams of developers at a different location to where I work. However even though completely undocumented, I do have access to the source code for most of those jar files. It is a Java based system which uses the Spring framework and Maven , amongst other things. Problem As I mentioned this system has many moving parts and often when I have to add a new component to it, I rely on a few things from the jar files written by a team of developers far away. Every now and then, the changes made to those dependant jar files by the team of developers do not work or have some "sneaky" hard to find problems within them! so for code that I did not write, I need to find out why isn't it working? is it possible for me to f...
Captain Danko’s JavaScript Lab — Tutorials, Frameworks & Front-End Mastery