You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a lot of API's in Tasty that are multiple overloads of the same pattern. That also true for the static Tasty class, which will be in the most cases the main API a user will use. To make our life a little bit easier and to guarantee that APIs are consistent, we should consider source generators for the major parts of the It, Describe and hook apis.
We should look into the cookbook to getting started on that.
The text was updated successfully, but these errors were encountered:
Currently we have a lot of API's in Tasty that are multiple overloads of the same pattern. That also true for the static
Tasty
class, which will be in the most cases the main API a user will use. To make our life a little bit easier and to guarantee that APIs are consistent, we should consider source generators for the major parts of theIt
,Describe
and hook apis.We should look into the cookbook to getting started on that.
The text was updated successfully, but these errors were encountered: