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

[Feature Request] I want to modify a model created with Devtool. #66

Open
Yuutakasan opened this issue Aug 3, 2023 · 2 comments
Open

Comments

@Yuutakasan
Copy link

Feature Request

What's the feature you think DevTools should have?

DevTools is great but can it be used for modifications after the model is created?

How often do you see yourself using this feature, if implemented?

I think we will use it quite often.

@tabacitu
Copy link
Member

tabacitu commented Aug 9, 2023

Hi @Yuutakasan ,

Thank you - we're considering it. The reason we haven't built that so far is because... modifying a model is much much more difficult than creating it. If the developer has made ANY manual changes to the Model:

  • if we delete the Model and re-create it, they lose all changes;
  • if we just "add" the changes inside the Model, we risk breaking the Model entirely;

This is a very difficult thing to do reliably. Which is why we've postponed it.

But a lot of people have asked us for it, so we'll probably do it in the future, thanks for the suggestion 🙏

@Yuutakasan
Copy link
Author

Hi @tabacitu

For example, when we create a template program, we implement it using the Delegate pattern.It would be better if developers could just modify it based on an empty program that inherits Delegate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants