As a general design pattern, patches employing dynamic patching, should take care that they stay free of any side-effects. If the dynamic patching happens in the main patch and the patch is saved, artefacts from dynamic patching are saved with the patch. Thus, dynamic patching should happen in dedicated container abstractions.
Chat creates an instance of unpatch in itself. This should happen in a container abstractions.
As a general design pattern, patches employing dynamic patching, should take care that they stay free of any side-effects. If the dynamic patching happens in the main patch and the patch is saved, artefacts from dynamic patching are saved with the patch. Thus, dynamic patching should happen in dedicated container abstractions.
Chat creates an instance of unpatch in itself. This should happen in a container abstractions.