comparison doc/v2_planning/requirements.txt @ 1309:e5b7a7913329

fix rst error.
author Frederic Bastien <nouiz@nouiz.org>
date Tue, 05 Oct 2010 12:26:02 -0400
parents 7b86c1772932
children
comparison
equal deleted inserted replaced
1308:d5e536338b69 1309:e5b7a7913329
132 Requirements from meeting 21 September: 132 Requirements from meeting 21 September:
133 ( some of them share things with the requirements above ) 133 ( some of them share things with the requirements above )
134 134
135 R15. If you see the library as a driver that controls several components ( and 135 R15. If you see the library as a driver that controls several components ( and
136 we argue that any approach can be seen like this), the driver should always : 136 we argue that any approach can be seen like this), the driver should always :
137 - be serializable 137 - be serializable
138 - respond to internal interrupts ("checkpoints") 138 - respond to internal interrupts ("checkpoints")
139 - respond to external interrupts ( timeout) 139 - respond to external interrupts ( timeout)
140 - async interrupts ( eg. SIGTERM) 140 - async interrupts ( eg. SIGTERM)
141 141
142 R16 Cognitive load should be minimal (debatable requirement) 142 R16 Cognitive load should be minimal (debatable requirement)
143 Notes : Is hard to actually appreciate cognitive load, so this should be 143 Notes : Is hard to actually appreciate cognitive load, so this should be
144 a soft requirement, or in other words, from all proposal that respect all 144 a soft requirement, or in other words, from all proposal that respect all
145 other requirements the one with least cognitive load should be selected. 145 other requirements the one with least cognitive load should be selected.