Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent messaging about SCT range. #9

Open
filipsch opened this issue Sep 11, 2018 · 0 comments
Open

Consistent messaging about SCT range. #9

filipsch opened this issue Sep 11, 2018 · 0 comments

Comments

@filipsch
Copy link
Contributor

In has_equal_value(), has_equal_formula() and similar functions, check_range() is the first thing that happens to see if the value/formula exists in the range specified in test_exercise(), and then zoom in. If it fails, it throws a meaningful message. If it passes, it just zooms in.

In line with how other whats work, sheetwhat could gradually build a list of messages, the first one of which can be "Check cell(s) X.". Next, other functions can then append messages to the list that don't have to worry anymore about mentioning the SCT range. This makes the functions more self-contained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant