Jan 30, 2021
What you should check In a computer Program Code ?
If you are computer program coder then you must consider the following standards
- How much your code requires an Memory ?
- Is it easy for you change the code later ?
- Is the code correct ?
- Is the code useful ?
- Is it well documented ?
- Is the code understandable ?
- Is the code capable of solving any no of problems based on the input ?
- Can the code run on other platforms ?
All this points must and must be taken into consideration if you are working for a companies.Even though it is a good practice of starting taking points into consideration in your Engineering Days.