digitalmars.D.learn - Minimum PR size
- Jason Schroeder (6/6) Jan 31 2017 I am interested in contributing to D on GitHub, and was wondering
- rikki cattermole (2/7) Jan 31 2017 Don't worry about size, just do what adds value.
- Jason Schroeder (3/15) Jan 31 2017 Thanks for the response, will do.
- Jacob Carlborg (6/11) Jan 31 2017 The smaller PR the better :). There's more of an issue if the PR is too
I am interested in contributing to D on GitHub, and was wondering if there is a minimum or preferabe minimum size of a pull request; e.g. I woukd like to work on increasing code coverage, and am wondering if a pull request with one additional line of code, e.g. one assert () in a unittest block, would be considered not worth the time to consider as a PR?
Jan 31 2017
On 31/01/2017 11:36 PM, Jason Schroeder wrote:I am interested in contributing to D on GitHub, and was wondering if there is a minimum or preferabe minimum size of a pull request; e.g. I woukd like to work on increasing code coverage, and am wondering if a pull request with one additional line of code, e.g. one assert () in a unittest block, would be considered not worth the time to consider as a PR?Don't worry about size, just do what adds value.
Jan 31 2017
On Tuesday, 31 January 2017 at 10:42:41 UTC, rikki cattermole wrote:On 31/01/2017 11:36 PM, Jason Schroeder wrote:Thanks for the response, will do.I am interested in contributing to D on GitHub, and was wondering if there is a minimum or preferabe minimum size of a pull request; e.g. I woukd like to work on increasing code coverage, and am wondering if a pull request with one additional line of code, e.g. one assert () in a unittest block, would be considered not worth the time to consider as a PR?Don't worry about size, just do what adds value.
Jan 31 2017
On 2017-01-31 11:36, Jason Schroeder wrote:I am interested in contributing to D on GitHub, and was wondering if there is a minimum or preferabe minimum size of a pull request; e.g. I woukd like to work on increasing code coverage, and am wondering if a pull request with one additional line of code, e.g. one assert () in a unittest block, would be considered not worth the time to consider as a PR?The smaller PR the better :). There's more of an issue if the PR is too big. But adding one assert to one unit test block in ten different PR's might not be appropriate. -- /Jacob Carlborg
Jan 31 2017