sharingBookReview-SERVICE / sharingBookReview-BE

Diver provides collections and reviews of books and users can share them like a social network.
1 stars 1 forks source link

Refactor review.js #187

Closed kimseungbin closed 3 years ago

kimseungbin commented 3 years ago
  1. Boolean + .filter().length 로 복잡하게 구성되던 코드를 .some() 으로 간단하게 만듦

  2. 불필요한 if/else 문 제거

ohbin-kwon commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some