3.2.5 writing a maintable programs ( coding practices )

Description

how does it help with reading and writing a maintainable program
ghdg18
Flashcards by ghdg18, updated more than 1 year ago
ghdg18
Created by ghdg18 over 10 years ago
12
0

Resource summary

Question Answer
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.
Show full summary Hide full summary

Similar