Skip to content

TDD misconception #24

@jsardev

Description

@jsardev

I've stumbled upon this extension and my first impression was: Wow! Awesome idea! Unfortunately, it works really weird as of a TDD-helper.

TDD is about iterating on a single unit, so it's completely useless and a waste of time to run whole test suite on a single test/implementation change - that's not TDD, that's regression checking if your change did not affect other parts of the system. IMO it should only work just for the opened file.

Any reasons why this went the way it went? And are there any plans to make it work on single files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions