HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🌟
Programmers 최종 플젝 6조
/
📄
[프론트] 린터, 포맷터 룰 세팅
/
default-param-last

default-param-last

값
off
참고문서
사유
params를 넘겨줄 때, default 값을 설정해주는 param을 모두 마지막에 배치시키도록 합니다. 이는 기존 넘기는 params의 순서가 달라 가독성이 떨어지는 효과로 인해 설정하지 않았습니다.