function processTransaction() { validate(); persist(); if (featureIsEnabled("activate-notify-listeners")) { notifyListeners(); } }