Changes between Version 2 and Version 3 of GlobalState
- Timestamp:
- Nov 14, 2011, 12:29:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GlobalState
v2 v3 58 58 Immutable is less evil than mutable - it can alleviate erratic and surprising behavior, but doesn't improve the situation with regards to isolation. 59 59 60 An well articulated litany of some of the issues related to global state in Django was [http://simonwillison.net/2009/May/19/djng/ put forth by Simon Willi oson]. Specifically the idea of having a dynamic runtime configuration.(good comments too about chaining callables)60 An well articulated litany of some of the issues related to global state in Django was [http://simonwillison.net/2009/May/19/djng/ put forth by Simon Willison]. Specifically the idea of having a dynamic runtime configuration.(good comments too about chaining callables) 61 61 62 62