2 comments

  1. How would you deal with functional breaks in code updates? For example, maybe you use an image-resize function from a source, but with a version update they introduced a snippet that (while processing your image) copies the data to another server. Will you always check all cloud copied code before compiling? Will you create a network of trusted providers? Or work with a versioning system and include checksums in your references to cloud code? What are your thoughts about this?

    Koos

  2. Koos, I added to my post as I consider your question quite valid and interesting.

    Erno de Weerd

Comments are closed.