Good day, guys. I am making a project game where I just practice my coding skills and knowledge in multiplayer. I just want to ask for your advice to my coding skills. If you notice something that is a bad practice in my code, please point it out to me. I am willing to learn.
Hi. Yea, I apologize for my request in the code review. I know it is a lot of work even though my code is not yet that large. I just want to learn if that is the good way of coding. Thank you for providing this documentation! Have a great day!
Do not apologize for that! It’s a great thing to want. I just wanted to forewarn you that it is unlikely someone will take the time. You may find better luck being a part of a discord dev community and hopping in a voice chat and streaming to someone who will review it. Making dev friends through these communities may be your best bet to get some mentorship type relationships.
You’ll have much more luck doing proofs vs full project review.
Grab a class and ask for a review of it. Be specific about what you want to be reviewed. Ask about better approaches to encapsulation, function usage, flow logic etc.
e.g.
I have this class, it does X, Y, Z through these functions/flow. Are there any recommendations for changes? Performance hitches etc.