NEW_COMMITMENTS_LENGTH does not convey the meaning of what it actually is. It is the number of new commitments that are generated by one private/public function call. In solidity though, the same constant is called as COMMITMENTS_PER_KERNEL. We should be consistent with this naming and it makes more sense to call it COMMITMENTS_PER_KERNEL instead of NEW_COMMITMENTS_LENGTH.
NEW_COMMITMENTS_LENGTHdoes not convey the meaning of what it actually is. It is the number of new commitments that are generated by one private/public function call. In solidity though, the same constant is called asCOMMITMENTS_PER_KERNEL. We should be consistent with this naming and it makes more sense to call itCOMMITMENTS_PER_KERNELinstead ofNEW_COMMITMENTS_LENGTH.