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

Usage Improvements Part 1 #138

Merged
merged 8 commits into from
Jan 19, 2024
Merged

Usage Improvements Part 1 #138

merged 8 commits into from
Jan 19, 2024

Conversation

JoeAtHPI
Copy link
Collaborator

Analyzing the worfklows of people with Exploriants, I extracted some quality of life features, to improve the usages of the tool.

  1. instead of just ranges, any collection can be given to literals to quickly generate variants
  2. when using this quick generation, even symbols can be passed to quickly e.g. call 'new' on 'Morph', 'Object', etc
  3. prettifies the source code of nested watches and variants in watches. makes the grid more readable
  4. live elements can be quickly resolved in exploriants, effectively cleaning up
  5. adding examples does a static analysis of the parameter name and creates some default objects to decrease example setup
  6. deleting proxies in the variant manager also deletes originals
  7. message sends can be extracted to examples, eg 'Morph new color: Color green' creates an example in the method 'color' with self being 'Morph new' and the args being {'Color green'}

There will be another MR following this one in a few days - recommendation is checking individual commits to isolate the features when reviewing

@JoeAtHPI JoeAtHPI added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request Exploriants labels Jan 15, 2024
@JoeAtHPI JoeAtHPI requested a review from tom95 January 15, 2024 14:08
@JoeAtHPI JoeAtHPI self-assigned this Jan 15, 2024
Copy link

Pull Request Test Coverage Report for Build 7529999016

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 7406739668: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@tom95 tom95 merged commit 2eca7c3 into master Jan 19, 2024
2 checks passed
@JoeAtHPI JoeAtHPI deleted the feature/usage-improvements branch February 5, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request Exploriants
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants