Skip to content

Adjust reference to Computer Science curriculum #76

@Falciron

Description

@Falciron

14_find_number_spec.rb has the student 'remember' a Computer Science lesson, which is no longer valid, given the reordering of the curriculum to place testing before computer science.

I'd suggest replacing the current wording:

The basic idea of 'FindNumber' is to program a computer to guess a random_number using binary search. Remember the binary search video that you watched in the Computer Science section: https://www.youtube.com/watch?v=T98PIp4omUA

with:

The basic idea of 'FindNumber' is to program a computer to guess a random_number using binary search, a fundamental concept in computer science.

^ This alternative text avoids a redundant link to the CS resource or any indication that the CS material comes before or after the test lesson. Since binary search has not yet been taught, a snippet explaining its place in the material may still be useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions