python/provision: Reconcile code partitions-only provisioning and generic provisionin...
[ira/wip.git] / prog_guide.txt
index f5ac600f88032c89e7837bb51384f8197e48c42f..3814a11a4ef531d58acd1bdf25b8399a5fca82b1 100644 (file)
@@ -146,6 +146,7 @@ Static data is evil as it has the following consequences:
  - it makes code much less likely to be recursion-safe
  - it leads to subtle side effects when the same code is called from
    multiple places
+ - doesn't play well with shared libraries or plugins
 
 Static data is particularly evil in library code (such as our internal
 smb and rpc libraries). If you can get rid of all static data in