✅ string resource 관리 규칙

예시

<string name="login_screen_login_button">로그인</string>
<string name="login_screen_login_button_description">누르면 로그인 하는 버튼</string>

<string name="photo_screen_tree_image_view_title">내가 찍은 나무</string>
<string name="photo_screen_tree_image_view_description">내가 찍은 나무 사진</string>

❓ 왜 이렇게 1:1 대응으로 관리하는가?

✅ XML의 id 규칙

https://github.com/PRNDcompany/android-style-guide/blob/main/Resource.md

✅ Room DB 네이밍 규칙