LaunchCodeEducation / LaunchCodeEducation/csharp-web-dev-curriculum

GA2 instructions have broken link to Equals/HashCode chapter

Open Beginner friendly
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

https://education.launchcode.org/csharp-web-dev-curriculum/assignments/tech-jobs-oo/task-2/index.html

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.