From a programmer's perspective... Code is split into chunks of related functionality. Usually if you fix one minor thing in a given chunk of code you must rebuild that entire chunk. I suspect that is the case here. They are fixing bugs in a number of chunks of code and have to rebuild and redeploy each of the chunks they…