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.
0 Replies