Skip to content

Conversation

@anthonydmays
Copy link
Contributor

Signed-off-by: Anthony D. Mays [email protected]

Copilot AI review requested due to automatic review settings September 10, 2025 18:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds lesson 16 homework content and lesson 17 pre-work materials for an object-oriented programming course. The changes introduce assignment instructions for custom data types and set up the initial structure for lesson 17.

  • Adds detailed homework assignment for lesson 16 focused on creating custom data types with specific requirements
  • Creates lesson 17 pre-work README with video and reading resources
  • Sets up a complete Gradle project structure for lesson 16 objects assignment

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 3 comments.

File Description
lesson_16/README.md Added comprehensive homework assignment for custom data types with specific requirements
lesson_17/README.md Created pre-work materials including video tutorials and articles on OOP and naming conventions
lesson_16/objects/... Generated complete Gradle project structure with Spring Boot configuration for the homework assignment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


## Homework

- TODO(anthonydmays): Add some details l8tr. No newline at end of file
Copy link

Copilot AI Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The abbreviation 'l8tr' should be 'later' for proper documentation.

Suggested change
- TODO(anthonydmays): Add some details l8tr.
- TODO(anthonydmays): Add some details later.

Copilot uses AI. Check for mistakes.
jacoco
id("io.freefair.lombok") version "8.10.2"
id("com.diffplug.spotless") version "6.25.0"
id("org.springframework.boot") version "3.4.0"
Copy link

Copilot AI Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixed indentation detected. This line uses tabs while other lines use spaces. Should use consistent spacing throughout the file.

Suggested change
id("org.springframework.boot") version "3.4.0"
id("org.springframework.boot") version "3.4.0"

Copilot uses AI. Check for mistakes.
}

tasks.check {
dependsOn(tasks.jacocoTestCoverageVerification)
Copy link

Copilot AI Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixed indentation detected. This line uses tabs while other lines use spaces. Should use consistent spacing throughout the file.

Suggested change
dependsOn(tasks.jacocoTestCoverageVerification)
dependsOn(tasks.jacocoTestCoverageVerification)

Copilot uses AI. Check for mistakes.
@anthonydmays anthonydmays merged commit 59d3456 into main Sep 10, 2025
1 check passed
@anthonydmays anthonydmays deleted the feat/lesson_16 branch September 10, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants