-
Notifications
You must be signed in to change notification settings - Fork 29
Daniel Boyce Feat/lesson 16/objects #585
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
base: main
Are you sure you want to change the base?
Conversation
anthonydmays
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎓 Automated Grading Report
Student: Daniel Boyce
Date: 9/13/2025
Feedback
Daniel, your submission demonstrates a solid understanding of classes and data types, with a well-designed custom class representing a 'Home' object. You have successfully included multiple member variables of different types, including a collection and an enum. The use of a custom exception is also commendable. However, the 'getHomeDetails' function is incomplete, which impacts the functional completeness of your submission. For technical requirements, while your code is mostly well-structured and follows Java conventions, the GitHub build failure indicates there might be issues with the code that need attention, possibly related to compilation or test failures. Ensure that all tests pass and that the code compiles successfully. Additionally, consider enhancing your test coverage to comprehensively validate all functionalities of your class. Overall, your work shows promise, but addressing these areas will strengthen your submission.
This is an automated preliminary review. Please review and adjust before finalizing.
lesson_16/objects/objects_app/src/test/java/com/codedifferently/lesson16/HomeTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must be in the danielcustomobject sub-folder.
|
I added the subfolder |
No description provided.