Difference between revisions of "Xor/Essentials of Good Prototyping Robot"
< Xor
Jump to navigation
Jump to search
(Initial commit) |
|||
Line 1: | Line 1: | ||
− | |||
* Maintainable: so it’s easy to change | * Maintainable: so it’s easy to change |
Revision as of 19:06, 17 December 2017
- Maintainable: so it’s easy to change
- Reliable: so the performance is consistent
- Effective: so you can evaluate it faster
And with these attributes it will be easy to evolve, reducing the pain of climbing up the rumble. Any thoughts about those attributes?