Week 7 - Wednesday, June 2nd
Review Exercises
I created a new video where I just show the solutions to the exercises we did in class. One thing I am noticing during class is that you are often not understanding what the function is expected to do before you start coding. That should be the first step. You should be able to outline the problem you need to solve before you begin.
What is the name of the function?
What is the task the function is supposed to achieve?
What is the input data (parameters)?
What is the return value of the function?
What variables do I need to accomplish the task?
What steps does the function need to perform to accomplish the task?
Watch through the video and pause it after I have given the description of the function and try to think through the steps above before you begin coding.
Next, start to setup your function step by step.
For this week's assignment, watch through this video and attempt to do these on your own, working through the steps above before starting to code.
Review Git
Go to the section below and review the content carefully, watching each of the videos provided.
Git Bash
It is easier to use the Git Bash shell to perform git operations because it has nice support for color-coding your branches. In Wednesday's class no on seemed to have Bash as a option for the Terminal window shell.
I've been researching, and found a few bits of info that might help.
Last updated
Was this helpful?