selective_rollback
Table of Contents
Selective Rollback
Classification | |
---|---|
Type | Pattern |
Focus | Adoption |
On a wiki with adequate revision control, unwanted content can be selectively removed. A common pattern is to be permissive in editing content, but to be restrictive in keeping it. Any content that is clearly not acceptable is rolled back or reverted to the previously edited version. This may become an adoption anti-pattern if the rollback is performed too much, however.
Usage
Roll back unwanted content that has been added. The trick is that the underlying wiki must support adequately flexible and precise revision control.
Example
Wikipedia does a great deal of this.
Related Patterns
- Selective rollback is pretty much mandatory when using Permission Granted .
Further reading
- See ikiwiki with the GIT backend for an example of an extremely sophisticated SCMS underlying a simple wiki.
selective_rollback.txt · Last modified: 2018/11/28 14:57 by splitbrain