AuroraCollegeSDD2020 / 12SDD_Course_Information_v2

GNU General Public License v3.0
0 stars 0 forks source link

9.2.3-Implementation-of-software-solution#techniques-used-in-developing-well-written-code #26

Open ProfStick opened 4 years ago

ProfStick commented 4 years ago

https://github.com/AuroraCollegeSDD/12SDD_Course_Information_v2/wiki/9.2.3-Implementation-of-software-solution#techniques-used-in-developing-well-written-code

Students learn about:

• the use of good programming practice, including: – a clear and uncluttered mainline – one logical task per subroutine – use of stubs – appropriate use of control structures and data structures – writing for subsequent maintenance – version control – regular backup – recognition of relevant social and ethical issues • the process of detecting and correcting errors, including: – types of error

Students learn to:

• employ good programming practice when developing code • justify the use of a clear modular structure with separate routines to ease the design and debugging process • differentiate between types of errors • recognise the cause of a specific error and determine how to correct it • effectively use a variety of appropriate error correction techniques to locate the cause of a logic error and then correct it

HunterDJ03 commented 4 years ago

@DanTroYer you should be good to check over this one.