1
00:00:00,660 --> 00:00:09,060
In this video, we want to talk about the missile programs that are written in old, how well they may

2
00:00:09,060 --> 00:00:12,330
do what is required can be difficult to follow.

3
00:00:12,360 --> 00:00:19,710
We'll read a few months later in order to correct or update them on programs that are worth writing

4
00:00:19,710 --> 00:00:22,200
will need to be maintained in this week's.

5
00:00:24,370 --> 00:00:30,880
It is therefore extremely important to develop the art of writing programs, which are well laid out

6
00:00:31,270 --> 00:00:33,880
with all the logic clearly described.

7
00:00:34,600 --> 00:00:40,900
This is known as programming style and should be manifest in most of the program in discourse.

8
00:00:42,610 --> 00:00:46,760
Guidelines for good stories are laid out in the epilogue.

9
00:00:47,830 --> 00:00:50,710
The program in the previous section has been redone.

10
00:00:50,710 --> 00:00:57,730
With this in mind, there is a comment at the beginning describing what the program does.

11
00:00:59,080 --> 00:01:05,130
All the will have been declared and described on a separate line in alphabetical order.

12
00:01:05,560 --> 00:01:11,600
You will like to include initialization with the declaration and description.

13
00:01:12,010 --> 00:01:20,650
For example, this line blanks have been used on either side of the equals signs and the operators,

14
00:01:20,650 --> 00:01:29,050
for example, e, r and after commas, blank lines have been used to separate distinct parts of the

15
00:01:29,050 --> 00:01:29,620
program.

16
00:01:31,120 --> 00:01:33,640
You may like to develop your own style.

17
00:01:33,940 --> 00:01:37,550
The point is that you must pay attention to readability.

