Backward compatible changes
I'm developing mobile apps where function definitions may remain in use for a long time. Therefore, I need to ensure that all changes are backward compatible so as not to break older app versions. It would be helpful to have some checks for this when deploying to production.
1 Reply
I don't know that this would be something innately supported, but I'd consider versioning your functions, or at least the ones that need it. This could be via function, file, or folder name.