-
-
Notifications
You must be signed in to change notification settings - Fork 17
vision
Josef Cacek edited this page Aug 10, 2016
·
1 revision
To be the go-to library for clouds and container testing for WildFly/EAP and its layered products and potentially more of Red Hat Middleware.
- keep it simple and understandable
- do one thing and do it well
- design compact and sharp API
- document features, changes, provide examples
- share early
- both the library itself and our own usecases
- maintain a list of usages so people know where to steal from
- iterate fast
- but avoid breaking compatibility as much as possible (leave that to a major release)
- instead, deprecate and describe migration path; then remove deprecated elements in a major release
- but avoid breaking compatibility as much as possible (leave that to a major release)
- value feedback in all forms
- e-mail / IRC / in person is good, issue in GitHub is better, pull request is best