What’s coding styles
A convention on a way common way to write code. No difference to the machine code generated.
Where to look for first when an issue shows up in the command line?
Start looking from the top down
How to compare floating numbers
Always round the number before comparing with a equal sign
How code is usually compiled?
Top down, left to right
what’s type overflow?
When we try to allocate the size of the type + 1.