Skip to content

complex-numbers: move exercise involving multiplication #1584

@KevinWMatthews

Description

@KevinWMatthews

Should we move the test for the imaginary unit to the "multiply" group of unit tests?
I think it's currently too soon in the test suite.

There is a nice progression to the unit tests:

  • real part
  • imaginary part
  • add
  • subtract
  • multiply

and so on. The test for the "imaginary unit" involves multiplication but is inserted between the "imaginary" and "add" groups.

I think this is purely historical. PR #718 created the tests, #1140 reordered them but missed this one.

I don't mind opening a PR but first I'd like to learn how to test changes.

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