-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'code-differently:main' into lesson09
- Loading branch information
Showing
19 changed files
with
534 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# Lesson 10 | ||
|
||
## Quiz Instructions | ||
|
||
1. Sync your fork and create a new branch for your quiz. | ||
2. Terminal into the `quiz` sub-directory and run the following command to take the quiz interactively: | ||
```bash | ||
./gradlew run --console=plain | ||
``` | ||
3. If you would like to check your answers, you can run the following command: | ||
```bash | ||
./gradlew test -Dprofile=prod | ||
``` | ||
4. Submit a PR with your response. Your last submission up to the cutoff deadline will be accepted (3/20/24 @ 1:20 PM ET). | ||
|
||
## Homework | ||
|
||
* TODO(anthonydmays): Add details | ||
* Read HFDP 1-2. | ||
* Complete [Applying SOLID principles](#applying-solid-principles) exercise. | ||
|
||
## Custom Data Types | ||
## Applying SOLID Principles | ||
|
||
* TODO(anthonydmays): Add details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.