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
{{ message }}
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
parse_message should maybe use the "match" functionality? You can make it a lot more declarative. If we split the string upto the first space can simplify a lot of the code from what I've seen. Maybe a dict mapped to a function that takes the rest of the string? Closures might be overkill...
parse_message
should maybe use the "match" functionality? You can make it a lot more declarative. If we split the string upto the first space can simplify a lot of the code from what I've seen. Maybe a dict mapped to a function that takes the rest of the string? Closures might be overkill...Originally posted by @FredTheDino in #10 (comment)
The text was updated successfully, but these errors were encountered: