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
What would you like to be added:
I would like to change the current JobContract interface, to an abstract class instead, so it's possible to define key as a static member
Why is this needed:
So when adding new jobs its not necessary to call new Job().key, just Job.key, reducing instantiations made by the app and making the code prettier
The text was updated successfully, but these errors were encountered:
What would you like to be added:
I would like to change the current JobContract interface, to an abstract class instead, so it's possible to define key as a static member
Why is this needed:
So when adding new jobs its not necessary to call new Job().key, just Job.key, reducing instantiations made by the app and making the code prettier
The text was updated successfully, but these errors were encountered: