Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 665 Bytes

2-What-will-the-program-do-thinking-like-a-computer.md

File metadata and controls

9 lines (6 loc) · 665 Bytes

2. What will the program do - thinking like a computer

Introduction

When programming, the computer will follow your instructions 100% literally. This means that it's not uncommon for a single semi-colon or a capital letter to break the flow of a program. It is important to imagine how a computer would process the instructions you are giving it. In this way you can find errors easier and be able to fix them

Key to thinking like a programmer https://www.youtube.com/watch?v=vrmKwQ-JPTA

Create expectations of what the code should do

Identifying your own assumptions which the computer doesn't know