Edexcel GCSE Computer Science 2020

6.1.4: be able to use techniques (layout, indentation, comments, meaningful identifiers, white space) to make programs easier to read, understand and maintain

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
commentscode is easier to read when each line or section of code is described in a way that helps other programmers understand what it does
identifierscode is easier to read when variables, constants and sub programs have names which describe what they store or do
indentationcode is easier to read when tabs or spaces are used to move blocks of code across to the right. This is necessary in python but optional in other programming languages
layoutcode is easier to read when it is organised into sections e.g. imports, constants, global variables, sub programs then the main program code
whitespacecode is easier to read when blank lines are used to break the code into logical paragraphs
Keyword games:
Resources: