Skip to main content
Link to the experiment
Source Link

It was part of an experiment that never materializedexperiment that never graduated out of beta, based on code comments:

// TODO: This was written for an experiment that did not graduate and can be removed. function normalizePostScore(score) { const negativeVoteScoreFloor = _Shared_options_mod__WEBPACK_IMPORTED_MODULE_1__["default"].site.negativeVoteScoreFloor; return negativeVoteScoreFloor === null ? score : Math.max(negativeVoteScoreFloor, score); } 

It was part of an experiment that never materialized, based on code comments:

// TODO: This was written for an experiment that did not graduate and can be removed. function normalizePostScore(score) { const negativeVoteScoreFloor = _Shared_options_mod__WEBPACK_IMPORTED_MODULE_1__["default"].site.negativeVoteScoreFloor; return negativeVoteScoreFloor === null ? score : Math.max(negativeVoteScoreFloor, score); } 

It was part of an experiment that never graduated out of beta, based on code comments:

// TODO: This was written for an experiment that did not graduate and can be removed. function normalizePostScore(score) { const negativeVoteScoreFloor = _Shared_options_mod__WEBPACK_IMPORTED_MODULE_1__["default"].site.negativeVoteScoreFloor; return negativeVoteScoreFloor === null ? score : Math.max(negativeVoteScoreFloor, score); } 
Source Link
rene Mod
  • 94.5k
  • 18
  • 254
  • 535

It was part of an experiment that never materialized, based on code comments:

// TODO: This was written for an experiment that did not graduate and can be removed. function normalizePostScore(score) { const negativeVoteScoreFloor = _Shared_options_mod__WEBPACK_IMPORTED_MODULE_1__["default"].site.negativeVoteScoreFloor; return negativeVoteScoreFloor === null ? score : Math.max(negativeVoteScoreFloor, score); }