Unit 6 assignment
D1 criteria
Introduction:
This document will contain information about the factors that
can improve the readability of codes in software which includes
comments, colour coding, bracing and indentation. I will least
the reason for the benefits of the impact of each element to the
software codes structure and the effect it makes to ease the
readability of the codes.
factors that can improve the readability of code:
1. commenting:
the comments are used in coding to improve the quality of
readability of the codes by writing a ling of comment in each
part of the codes to explain the purpose of each code line in a
software. The comment will help developers work together
without the need to explain what has been added or edited to
the code as comments will allow the developers to understand
what the lines of each code are for and find what they are
looking for. However, the comments are defined in a different
way depending on the programming language that is used in
the software as there are many languages and each comment
for those languages are different depending on what does the
code line do. Comments are used by the developers but
ignored by the computer when executing the software.
D1 criteria
Introduction:
This document will contain information about the factors that
can improve the readability of codes in software which includes
comments, colour coding, bracing and indentation. I will least
the reason for the benefits of the impact of each element to the
software codes structure and the effect it makes to ease the
readability of the codes.
factors that can improve the readability of code:
1. commenting:
the comments are used in coding to improve the quality of
readability of the codes by writing a ling of comment in each
part of the codes to explain the purpose of each code line in a
software. The comment will help developers work together
without the need to explain what has been added or edited to
the code as comments will allow the developers to understand
what the lines of each code are for and find what they are
looking for. However, the comments are defined in a different
way depending on the programming language that is used in
the software as there are many languages and each comment
for those languages are different depending on what does the
code line do. Comments are used by the developers but
ignored by the computer when executing the software.