Your code should be clean from any comments which are not useful. It can be confusing for someone new in the project.
-> tests comments of the script file for ex...
There is actually 2 practices and it will depend of the company you will work for:
- at FaC, we love useful comments
- some other will tell you that your code should be readable on it's own. If not, you have to refactor naming!
Your code should be clean from any comments which are not useful. It can be confusing for someone new in the project.
-> tests comments of the script file for ex...
There is actually 2 practices and it will depend of the company you will work for: