Hello everybody I am new to this coding site… I am all ways looking for an opportunity to make my coding better so i can make games, website, etc. so if any of you people have any tips on how to improve my coding that would be highly appreciated… thanks in advance
1 Like
realize that coding is not the same as programming, coding (writing the code) is a small part of programming. Programming also includes designing your program, debugging, ensure code readability and maintainability
how to achieve this? Practice. If you have completed a project (a big one), it might be worth to invest some money to have it reviewed by a professional, which can give you good advice on the weak things of your project.
For the rest, just keep practicing and programming, read a book like introduction to algorithms, understanding algorithms is crucial
4 Likes
Thank you for the help