RE: CarWash: A Geolocation App that helps car owners keep their vehicles neat and clean.
This is a cool idea and it will require a lot of work and marketing! So good luck with that!
Let's go for the review:
Do you plan to develop an iOS app since you decided to code in Java only?
Good job on the commits, you separated each functionality and it's easy to know what's in it.
It would have been cool to have some screenshot of your app in the post. Right now we have to install it or run it in an emulator that's not cool :)
Useless comments war! headshot (you got a few of them like that)
same as everyone, only comment part of code where the algorithm is complicated or to explain the use a method. Otherwise, well, a dev knows how to read code :)
https://github.com/Godwyyn/CarWash/commit/170cbe88e96d0307022bd22f3cec8a75f9c5b1d0#diff-d14b8b263e5e25a3241dd618d8c62997R184 => Don't commit dead code, either you do it or use a project manager so that you don't forget things you want to add (I personally use trello for small tasks or the README.md to present features)
Don't commit the
.idea
folder, it should be in your gitignore file.Your code format isn't consistent. IntelliJ and other IDEs offer the possibility to auto format when saving. You avoid empty lines and ugly stuffs like that.
In overall this is really the start of the project, you should add more stuffs before submitting your work to utopian to get a higher reward. Here we only have basic stuffs that a tutorial can cover.
Good luck in for your roadmap, you have a lot to do!
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Hey @gregory.latinier
Here's a tip for your valuable feedback! @Utopian-io loves and incentivises informative comments.
Contributing on Utopian
Learn how to contribute on our website.
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
For now am only concentrating on the android app, iOS is not in the picture. I'll include screenshots and work on the comment war in my next submit. All other observations has been noted and will be observed. Thank you for the review.