Consider adapting a typestate-ish pattern for context manager-based components #740
Labels
solutioning
The issue is not being implemented but only analyzed and planned.
t-tooling
Issues with this label are in the ownership of the tooling team.
It would probably be hard to do so without straying even further from how the JS implementation works, but it may be easier to just do something like
... and so on for everything with an initialization step. Honestly, even
BasicCrawler
could benefit from this - the tracking of active state is kinda hairy there as well.Originally posted by @janbuchar in #714 (comment)
The text was updated successfully, but these errors were encountered: