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
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,16 @@ The auto-generated bindings require some minor manual modifications.
30
30
31
31
- All pull requests received will be merged unless there is detrimental code.
32
32
- If the pull request contains a bug, it still will be merged.
33
+
- The author can add a comment that there is a bug here, or revert the commit if the bug is critical.
33
34
- The author can add a commit to the pull request or send another pull request to fix the bug later.
34
35
35
36
#### Why are all pull requests merged?
36
37
37
-
- We prioritise the sustainable development or maintainance of the projects over keeping high code quality.
38
-
- High code quality is important to keep developers and users motivated.
39
-
- However, it is a historical fact that the HDF5 binding has not been created and maintained by the Ruby community for a long time.
40
-
- This situation of extremely low developer density requires unusual strategies to maintain the project.
38
+
- Development is a transition of code states.
39
+
- We pay more attention to transient events, the probability that new commitments will continue to occur, than to the quality of the code at a given point in time.
40
+
- Usually, High code quality is important to keep developers and users motivated.
41
+
- However, HDF5 binding for Ruby has not been maintained for a long time.
42
+
- This situation means that developer density is low and requires unusual strategies to maintain the project.
0 commit comments