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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FE 개발자라면 URL에 담겨오는 SearchParams에 대해서 다루는 일이 매우 빈번할 것이라고 생각되는데요.
이때 각 팀마다 네이밍 컨벤션이 다를거라고 생각이 들어요. 그러면 queryParams를 다룰때 모든 네이밍 규칙을 커버하고 있는지 궁금합니다.
코드 내부적으로는 변수들을 Camel Case를 사용중인데, SearchParams에 SnakeCase로 올지, CamelCase로 올지에 대해 모르기 때문에 모든 케이스를 대응하여 개발하는지 궁금합니다.
ex)
?current_tab=search
?currentTab=search
두 가지 searchParams에 대하여 어떻게 생각하고 있는지 궁금합니다.
다르다고 생각한다면 올바른 값으로 전달하도록 전달하는 쪽을 수정 요청하는걸까요?
맞다고 생각한다면, 내부적으로 어떤식으로 코드를 대응하고 계신가요?
19 votes ·
Beta Was this translation helpful? Give feedback.
All reactions