-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refactor DispatchEvent to use enum for type-safety #403
Comments
/bounty $30 |
💎 $30 bounty • Tailcall Inc.Steps to solve:
🙏 Thank you for contributing to antinomyhq/forge!
|
Call to Action: Build This with Forge! 🛠️Hey everyone! This would be a great opportunity to use Forge itself to implement this feature. The proposed enum-based Challenge:
Why record?
Tips for recording:
Who's up for the challenge? 🚀 |
/attempt #403 Options |
The bounty is up for grabs! Everyone is welcome to |
@n0tank3sh: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
Current Implementation
Currently, the
DispatchEvent
struct uses string-based event types:This approach has several drawbacks:
Proposed Change
Refactor
DispatchEvent
to use an enum for representing different event types:Benefits
Implementation Notes
The text was updated successfully, but these errors were encountered: