openmobilehub / react-native-omh-maps

https://openmobilehub.github.io/react-native-omh-maps/
Apache License 2.0
14 stars 0 forks source link

Inconsistent Naming Convention Across Repositories #14

Closed dzuluaga closed 3 months ago

dzuluaga commented 4 months ago

The repositories "react-native-omh-maps" and "apps/sample-app" are currently experiencing an inconsistency in their naming conventions, particularly in their directory structures.

In "react-native-omh-maps," the directory is named "/sample-app," while in "apps/sample-app," it is named "apps/sample-app."

Upon reviewing our standard naming conventions across repositories, it's evident that we typically utilize the format "app/{FEATURE_NAME-sample}" for directory names.

Recommendation: To ensure consistency and maintain our standard naming conventions, it is recommended to rename the directory in "react-native-omh-maps" from "/sample-app" to "app/sample-app," aligning it with our established naming convention.

Thanks!

artus9033 commented 3 months ago

Hi @dzuluaga! Sure, we now have this adjusted #23

dzuluaga commented 3 months ago

Thanks @artus9033. LGTM