Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #58

Open
thatdevguy1 opened this issue Aug 23, 2022 · 0 comments
Open

Feedback #58

thatdevguy1 opened this issue Aug 23, 2022 · 0 comments

Comments

@thatdevguy1
Copy link

const { REACT_APP_GOOGLE_MAPS_API_KEY } = process.env;

All though there is nothing wrong with doing this in terms of functionality, I would suggest that you create an easier variable name to utilize throughout your code. This is one of those situations where; just because you can do something, doesn't mean you should.

There are a lot of console logs left in your code that you should clean up. A small bit of advice is to clean up your console log as soon as you're done with them. This helps keep your console more easy to read when you're trying to debug something that you're currently working on.

Fantastic number of commits! I can tell you guys worked really hard on this one and I think it paid off. The react app is well written and the backend is too. Well done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant