From 5acd268ba77cd2503b8f7413bd5854ac072828f8 Mon Sep 17 00:00:00 2001 From: isaacgrove Date: Wed, 30 Oct 2019 11:23:03 -0400 Subject: [PATCH 1/4] Deleted non-Tuesday objectives --- Objectives | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/Objectives b/Objectives index 2532303..fa81d19 100644 --- a/Objectives +++ b/Objectives @@ -1,24 +1,16 @@ Understand and explain version control -Define custom types using class, struct, and enum -Understand how braces `{}` are used to group code into blocks and how scope affects the lifespan of a variable -Force unwrap an optional type and understand the potential dangers and benefits -Understand how to apply mutability to variables (`let` vs. `var`) + Push changes to a remote Git repository -Group like instructions into a function and call that function to reuse/organize code + Create a pull request on GitHub -Iterate over an array using a loop to accomplish some task -Create custom initializers -Identify, use, and understand the difference between the basic data types: `Int`, `Double`, `Bool`, `String`) + Clone a remote Git repository -Use an if let statement to unwrap an optional variable + Create a fork on GitHub -Understand and explain the difference between a method and a function -Show and explain the difference between value types vs. reference types -Identify, use, and understand the difference between the basic data types: `Int`, `Double`, `Bool`, `String`) + Clone a remote Git repository -Use conditional logic to execute various code paths + Commit changes to a Git repository and write good commit messages -Understand and explain the purpose of optionals From e08cf3347a22b02a4212ab65089c7ed4e2f3611b Mon Sep 17 00:00:00 2001 From: isaacgrove Date: Wed, 30 Oct 2019 11:31:13 -0400 Subject: [PATCH 2/4] Added missing objective --- Objectives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objectives b/Objectives index fa81d19..df26236 100644 --- a/Objectives +++ b/Objectives @@ -12,7 +12,7 @@ Clone a remote Git repository Commit changes to a Git repository and write good commit messages - +configure a git identity and default editor on a computer From e4da58643703bdf9a4dc48a221eab27414d66ba9 Mon Sep 17 00:00:00 2001 From: isaacgrove Date: Wed, 30 Oct 2019 11:31:48 -0400 Subject: [PATCH 3/4] Deleted redundant objective --- Objectives | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Objectives b/Objectives index df26236..65c09bf 100644 --- a/Objectives +++ b/Objectives @@ -8,11 +8,9 @@ Clone a remote Git repository Create a fork on GitHub -Clone a remote Git repository - Commit changes to a Git repository and write good commit messages -configure a git identity and default editor on a computer +Configure a git identity and default editor on a computer From 03a20bb1168502beddaee38ad65610348e54e8cc Mon Sep 17 00:00:00 2001 From: isaacgrove Date: Wed, 30 Oct 2019 11:32:37 -0400 Subject: [PATCH 4/4] Reordered objectives --- Objectives | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Objectives b/Objectives index 65c09bf..689ca89 100644 --- a/Objectives +++ b/Objectives @@ -1,16 +1,21 @@ Understand and explain version control +Configure a git identity and default editor on a computer + +Create a fork on GitHub + +Clone a remote Git repository + +Commit changes to a Git repository and write good commit messages + Push changes to a remote Git repository Create a pull request on GitHub -Clone a remote Git repository -Create a fork on GitHub -Commit changes to a Git repository and write good commit messages -Configure a git identity and default editor on a computer +