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
- Don't mutate the line as we parse. It makes
it difficult to reason about the current
state.
- Split each piece into a separate function
that takes the original line and extracts
only what we are looking for
- Handle and add tests for special cases like
when the file size isn't present. Fixes#41.
The text was updated successfully, but these errors were encountered: