JesseAbram / GBC_Class_Bridge

MIT License
0 stars 0 forks source link

URI Naming Conventions #10

Open nayyirjutha opened 5 years ago

nayyirjutha commented 5 years ago

In regards to proper naming conventions for URIs it is common practice to structure your URIs to be all lowercase.

The following link describes naming conventions for RESTful APIs, but the conventions are the same for web urls. https://restfulapi.net/resource-naming/

The line copied here has a uri, which should be structured in the following manner: /rinkeby

https://github.com/JesseAbram/GBC_Class_Bridge/blob/39d6e30189c67043ef87d011464d559721e3a97d/front-end/src/App.js#L27

JgeYbwcDhCZJ9 commented 5 years ago

For this open source project it is important to adhere to conventions. We will be fixing our code for the next release.