Continue enhancement on code to improve readability
- Always comment your code and perform documentation if necessary
- Remove unnecessary code
- Improve code readability by decompose the code (SHORTER code does not mean BETTER code)
Follow the best standard of coding