You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benefits can be broken down per codebase audience type as they have been defined up-front. This is a benefit in itself as it allows to be considerate and then specific about the needs of each audience.
4
+
5
+
## Users
6
+
7
+
- Users expect to interact with the codebase via a specific entry point that is the README.
8
+
- Users get a consistent experience across codebases and have expectations that can either be met or missed.
9
+
- Users understanding when expectations are missed promotes feedback and improvement.
10
+
- Users should be able to interact with the service based on the good user interface provided by the codebase.
11
+
12
+
## Contributors
13
+
14
+
- Contributors expect to interact with the codebase via a specific entry point that is the README.
15
+
- Contributors get a consistent experience across codebases and have expectations that can either be met or missed.
16
+
- Contributors understanding when expectations are missed promotes feedback and improvement.
17
+
- Contributors should be able to make changes to the code base based on the good contributor interface provided by the codebase.
Copy file name to clipboardExpand all lines: docs/index.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,3 @@
10
10
6. Do not be constrained by current technology and tools - provoke change to how we would like to interact with codebases over current constraints.
11
11
7. Utilise cross platform and cross IDE tools and technologies to provide the interfaces.
12
12
8. Empathise with your own future self who could become any of the audience perspectives at any time.
13
-
14
-
## Benefits
15
-
16
-
Benefits can be broken down per codebase audience type as they have been defined up-front. This is a benefit in itself as it allows to be considerate and then specific about the needs of each audience.
17
-
18
-
### Users
19
-
20
-
- Users expect to interact with the codebase via a specific entry point that is the README.
21
-
- Users get a consistent experience across codebases and have expectations that can either be met or missed.
22
-
- Users understanding when expectations are missed promotes feedback and improvement.
23
-
- Users should be able to interact with the service based on the good user interface provided by the codebase.
24
-
25
-
### Contributors
26
-
27
-
- Contributors expect to interact with the codebase via a specific entry point that is the README.
28
-
- Contributors get a consistent experience across codebases and have expectations that can either be met or missed.
29
-
- Contributors understanding when expectations are missed promotes feedback and improvement.
30
-
- Contributors should be able to make changes to the code base based on the good contributor interface provided by the codebase.
0 commit comments