LaunchCodeEducation / LaunchCodeEducation/csharp-web-dev-curriculum
GA2 instructions have broken link to Equals/HashCode chapter
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
broken link: https://education.launchcode.org/csharp-web-development/chapters/classes-part2/equals-shortcut.html
context:
The PositionType Class
Open the class file. This time the constructors are done. Sally’s comments direct you to where you need to add the custom methods.
Code a ToString() method that just returns the value of a PositionType object. Use the Generate option again to add the Equals() and GetHashCode() methods. Refer to the [final section]([](https://education.launchcode.org/csharp-web-development/chapters/classes-part2/equals-shortcut.html)) of the “Classes and Objects, Part 2” chapter if you need a quick review. Assume that two PositionType objects are equal when their id fields match.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the GA2 instructions at the assignment URL and inspect the reference to the Equals/HashCode chapter. Replace the broken link with the correct chapter destination, then verify that the rendered instructions open the intended review section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100