You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9kyo-hwang
changed the title
[1주차] TicketOffice가 생성자로 Ticket들을 "가변 인자"로 받는 방식이 적절한가?
[1주차] TicketOffice 생성자로 Ticket들을 "가변 인자"로 받는 방식이 적절한가?
Nov 21, 2024
페이지
12p
궁금한 내용
많은 프로젝트나 개발을 해본 것은 아니지만, 적어도 지금껏 공부하면서 가변 인자를 사용해본 적은 없습니다. 차라리
이런 식으로 사용하는 게 조금 더 낫지 않을까란 생각입니다.
사실 java 언어로는 문법이 그렇게 복잡하지 않아서 좀 덜 한 편인 것 같은데, C++로 코드를 작성하면 조금 더 불편합니다.
이런 식으로 Variadic Template(Parameter Pack) 코드를 작성해야 합니다. 그래서 더더욱 갸웃하게 되는 부분입니다.
여러 분은 어떻게 생각하시나요?
The text was updated successfully, but these errors were encountered: