Sign in to confirm you’re not a bot
This helps protect our community. Learn more

Problem Solving

3:42

While Loops

5:29

Examples

7:47

Functions

8:56

Recap

9:41

Code Style

16:36

Good Code Style

19:27

Indentation and Bracketing

19:56

Comments

20:42

Dice Checker

24:28

What Went Wrong

25:09

Naming the Variables

27:06

Indentation

28:06

Safe if Statement

33:57

Style Checking Tool

40:29

Style Recommendation

42:13

Marks for Style

43:23

Things That We Can Do

47:32

Comments before Code

47:40

Name Variables

49:03

Rule To Make Blank Lines

54:02

Spacing

57:22

Style Guide

58:47

Things To Remember

1:00:44

Code Reviews

1:01:39

A Code Review

1:07:57

Automated Testing

1:08:15

The Micro

1:18:26

Code Review

1:28:57

What a Function Is

1:33:12

Functions Type

1:36:54

Function

1:37:40

Return Keyword

1:38:35

Use Functions

1:40:56
Lecture 5, COMP1511 - Programming Fundamentals 2021 Term 1
Lecture 5 - Code Style, Code Reviews and Functions We're going to start by looking at what it means to write code that humans can understand and how it helps us reduce errors and generally aid development. Then we'll talk about how to practically code with others as well as how to read each other's code. After that we're going to introduce Functions, a way of running a separate bit of code.

Follow along using the transcript.

Marc Chee

1.61K subscribers