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
The auto-generated bindings require some minor manual modifications.
85
124
86
-
### Development Strategy
87
-
88
-
#### All pull requests will be merged
89
-
90
-
- All pull requests received will be merged unless there is detrimental code.
91
-
- If the pull request contains a bug, it still will be merged.
92
-
- The author can add a comment that there is a bug here, or revert the commit if the bug is critical.
93
-
- The author can add a commit to the pull request or send another pull request to fix the bug later.
94
-
95
-
#### Why are all pull requests merged?
96
-
97
-
- Development is a transition of code states.
98
-
- 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.
99
-
- Usually, High code quality is important to keep developers and users motivated.
100
-
- However, HDF5 binding for Ruby has not been maintained for a long time.
101
-
- This situation means that developer density is low and requires unusual strategies to maintain the project.
0 commit comments