Skip to content

Atom "Handling Non-Values with Option", exercise 3 #79

@waij

Description

@waij

In atom Handling Non-Values with Option, exercise 3, please add the tests:

val grid = new Grid
grid.play('X', 1, 1) is Some("successful move")
grid.play('X', 1, 1) is None
grid.play('O', 1, 3) is None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions