Capstone: The Journey of Tan Ton Final Year
-
Progress
Coding for myself is a difficult things to do since there are so many things to remmeber. In order to get a good and clean code for others teammate to work with. I have gave myself some good practice in order to improve my code ability.
1. Use a meaningful name for variable, function. and class. The use of meaningful name help other coder in the same project understand what is the part you are coding for.
2. Use a good amount of comments. Comment things regularly, even those that you think you won’t forget. Comment is a really good practice to keep track on what you did.
3. Keep the format on all of your code files. Coder can either download extension to keep their format or have their own, as long as it is neat and show a great connection between lines of code.
Others than good practice, there are many of bad practice I have done in the past.
1. Recreating function all over the places despite they have the same feature. This has been happening regularly for me, since I was new to coding,
2. Not naming variable, function or class properly.
3. Keep all of my code, but does not keep the original documents of what it does.
Overall, coding is a fun and interesting but sometimes can be very complicated. Coder can finish their code and it works perfectly, but looking back and without comment, documents and clear naming, coder might find trouble understanding what they did and can have serious trouble in updating and maintaining their work.
Computer Science has been challenging for me since the start of the programs. Started from basic language such as Java, C, C++ and Python, I always have difficulty in understanding all of them and memorize them correctly. Over the time, I started to have passion in Website and wanted to become a Web developer (Full-stack) and focus closely to Javascripts, HTML/CSS, PHP, My SQL, Nodejs and more. Becoming a Full-stack developer will take times and practices.
-
A Warm Hello From Tan,
Coding for myself is a difficult things to do since there are so many things to remmeber. In order to get a good and clean code for others teammate to work with. I have gave myself some good practice in order to improve my code ability.
1. Use a meaningful name for variable, function. and class. The use of meaningful name help other coder in the same project understand what is the part you are coding for.
2. Use a good amount of comments. Comment things regularly, even those that you think you won’t forget. Comment is a really good practice to keep track on what you did.
3. Keep the format on all of your code files. Coder can either download extension to keep their format or have their own, as long as it is neat and show a great connection between lines of code.
Others than good practice, there are many of bad practice I have done in the past.
1. Recreating function all over the places despite they have the same feature. This has been happening regularly for me, since I was new to coding,
2. Not naming variable, function or class properly.
3. Keep all of my code, but does not keep the original documents of what it does.
Overall, coding is a fun and interesting but sometimes can be very complicated. Coder can finish their code and it works perfectly, but looking back and without comment, documents and clear naming, coder might find trouble understanding what they did and can have serious trouble in updating and maintaining their work.
Computer Science has been challenging for me since the start of the programs. Started from basic language such as Java, C, C++ and Python, I always have difficulty in understanding all of them and memorize them correctly. Over the time, I started to have passion in Website and wanted to become a Web developer (Full-stack) and focus closely to Javascripts, HTML/CSS, PHP, My SQL, Nodejs and more. Becoming a Full-stack developer will take times and practices.
Got question ? Please leave a comment !