From 15be26084ee5705b5ae4ed6b6666b43f9d5d7b54 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 15 Nov 2009 00:42:08 +0000 Subject: They can ignore it. --- docs/designdefense.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 5ef52245f..c73636f23 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -946,6 +946,16 @@ for this: the developer of an application that defines custom plugpoints for its deployers will need to understand the ZCA or he will need to develop his own similar extensibility system. +Ultimately, any argument about whether the extensibility features lent +to applications by :mod:`repoze.bfg` are "good" or "bad" is somewhat +pointless. You needn't take advantage of the extensibility features +provided by a particular :mod:`repoze.bfg` application in order to +affect a modification for a particular set of its deployments. You +can ignore the application's extensibility plugpoints entirely, and +instead use version control branching and merging to manage +application deployment modifications instead, as if you were deploying +an application written using any other web framework. + Other Challenges ---------------- -- cgit v1.2.3