3.2.5 writing a maintable programs ( coding practices )

Descrição

how does it help with reading and writing a maintainable program
ghdg18
FlashCards por ghdg18, atualizado more than 1 year ago
ghdg18
Criado por ghdg18 mais de 10 anos atrás
12
0

Resumo de Recurso

Questão Responda
Indentation indentation helps with reading the code. dim t as char dim has as string console.writeline ("hello world") if display hello world
modulatrisation It helps with being able to read the code because all the code is not in one solid block
modularisation it make it easier and neater to write because it made of a series of smaller routines
commenting code ` it helps with being able to read because the comment allows you to see what the code is about.