Continuing the discussion from #545.
Currently deleting code scores the same as deleted code itself. Deleting code == introducing code. In the PR I proposed to score deletion with x0.25 multiplier to address the following issues:
- Deleting code is not that hard as introducing code, and logically it should not be scored the same.
- It directly nerfs "only-deletion" PRs, which remove dead code and receive overwhelming score for that.
We stayed with label-multipliers approach as for now, but here is an issue to continue the discussion.
Continuing the discussion from #545.
Currently deleting code scores the same as deleted code itself. Deleting code == introducing code. In the PR I proposed to score deletion with x0.25 multiplier to address the following issues:
We stayed with label-multipliers approach as for now, but here is an issue to continue the discussion.