hpi-schul-cloud / schulcloud-calendar

GNU Affero General Public License v3.0
5 stars 2 forks source link

code optimization src/parsers/utils/regularDateFormat.js #129

Closed jeremyssocial closed 1 year ago

jeremyssocial commented 1 year ago

Refactor regularDateFormat function in src/parsers/utils/regularDateFormat.js using destructuring assignment and substr method for efficient and short code.

dyedwiper commented 1 year ago

Thanks for contributing! We are closing this PR though because: 1) It introduces a change in logic by eliminating the if-block. 2) It uses String.substr() which is marked deprecated at MDN.