How to write classes without type declaration mess? #815
Unanswered
melindatrace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing classes for my chassis project, I wanted to have types so I followed one of the suggested formats. But it has gotten so bad to the point that I had to separate type declarations into different files. I am getting really tired of having to modify them each time I want to change something, is there a better way of doing this while still getting full type support?
Here is what monster I got:
Beta Was this translation helpful? Give feedback.
All reactions