3.2.5 writing a maintable programs ( coding practices )

Descripción

how does it help with reading and writing a maintainable program
ghdg18
Fichas por ghdg18, actualizado hace más de 1 año
ghdg18
Creado por ghdg18 hace más de 10 años
12
0

Resumen del Recurso

Pregunta Respuesta
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.
Mostrar resumen completo Ocultar resumen completo