Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring & Debugging Content #251

Merged
merged 24 commits into from
Nov 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
88a9338
Add sections for Debugging/Refactoring Module
bonham000 Nov 4, 2020
83e754e
Fix issue intializing monaco editor with custom type definitions
bonham000 Nov 4, 2020
ccbaa9b
Remove debug statements
bonham000 Nov 4, 2020
83966d6
Add the Debug the Sanitize Object Function Challenge
bonham000 Nov 4, 2020
58aeca7
Add the Debug the Reverse Iterator Challenge
bonham000 Nov 4, 2020
abf8631
Add the Debug the Truth Teller Challenge
bonham000 Nov 4, 2020
4c4b44e
Add the Debug the Tree Sum Problem Challenge
bonham000 Nov 4, 2020
901e50d
Add Working with Linked Lists Challenge
bonham000 Nov 4, 2020
a3241ec
Add Code Should be DRY Challenge
bonham000 Nov 4, 2020
040dc52
Add Variable Naming Conventions Challenge
bonham000 Nov 4, 2020
8db6336
Working on Refactor Some Poorly Written Code Challenge
bonham000 Nov 4, 2020
752d997
Delete refactoring challenge...
bonham000 Nov 4, 2020
dd51dcc
Add Refactoring Repeated Code in Tic Tac Toe Challenge
bonham000 Nov 5, 2020
311b287
Add Project: Refactor Legacy Project Code
bonham000 Nov 5, 2020
2cf7a66
Edit Intro challenge
bonham000 Nov 5, 2020
9e6b45a
Rename project
bonham000 Nov 5, 2020
af6d490
Rename Linked List Challenge
bonham000 Nov 6, 2020
7837bec
Update Debugging Section
bonham000 Nov 6, 2020
747d407
Fix bug in Debug the Truth Teller starter code
bonham000 Nov 6, 2020
0cb1c18
Edit
bonham000 Nov 6, 2020
b3ea686
Rename module
bonham000 Nov 6, 2020
ccb9f77
Add videos
bonham000 Nov 6, 2020
8befd83
Merge branch 'master' into content/debugging-and-refactoring
bonham000 Nov 6, 2020
afd1375
Merge branch 'master' into content/debugging-and-refactoring
bonham000 Nov 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edit
  • Loading branch information
bonham000 committed Nov 6, 2020
commit 0cb1c1870bd3c6bdd0aa43cf37f05581f09035c8
2 changes: 1 addition & 1 deletion packages/common/src/courses/01_fullstack_typescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@
"videoUrl": "",
"starterCode": "",
"solutionCode": "",
"content": "There are two projects for this section. The first will have you download the source code for a project and debug some failing tests. The second involves revisiting one of your previously completed projects and refactoring the code based on what you have learned so far in this module."
"content": "Welcome to the Debugging & Refactoring Projects\\!\n\nHere you will get some practice debugging and refactoring code on some real world projects, including some of the projects you have previously completed in the course."
},
{
"id": "5VL9dBK0M",
Expand Down