Coding should include
- looping structures, such as
- For/For Each loop
- While loop
- Do loop
- Do Until loop
- Do While loop
- Nested loop
- conditional structures, such as
- If, If/Else, Else-If
- Switch or Case
- sequential control structures, such as
- inline
- functions
- procedures
- events
- methods.