Learn Coding Style
Coding style is how your code looks, plain and simple. And by “your,” I actually mean you, the person who is reading this. Working in the professional environment, it should become a practice to follow certain style in coding and be consistent with it, which helps us to enhance the readability of the code and hence with less bugs. We will be following these(mentioned in above link) standards from now. Read further to get to know the style.
Coding Style
It is a set of rules or guidelines used when writing the source code for a computer program (wikipedia). IoT and AI CPP interns, please refer to C/CPP coding style and AI Python interns, refer to Python Coding Standards.