Change type parsing to be a bit cleaner #39
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
A good issue to work on for Hacktoberfest
help wanted
Extra attention is needed
Currently types get parsed when they are written like so:
this works fine, but I think we should change the type declaration syntax to be a bit easier to read. It would be preferable to write type declarations like so:
This is a little clearer as to what is the variable and what is the type.
The text was updated successfully, but these errors were encountered: