Slide 43
Slide 43 text
まだロジックが綺麗ではない。もう一歩 …
共通化したはずのComposition APIが分かりにくいところが …
const {
accommodation,
amenities,
attribute,
booking,
bookingLoading,
calendar,
checkInOutLabel,
discount,
inventory,
limitations,
plan,
room,
roomPlan,
settlementLabels,
isZenkokuCouponTarget,
landingPageUrl,
meals,
} = useRoomPlanDetail({
isPage: props.isPage,
})
共通関数から大量の返り値が返っ
てきて把握コスト増
共通関数の中身も600行を超え、あり
とあらゆる責務を持つように