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
This made the function overly long, and the "parse each record" part really hard to test. In the commit above I pulled it out, so the file now looks like this:
When you have a minute, please take a look at b664ee0.
The
parse_8100A_file()
basically looked like this:This made the function overly long, and the "parse each record" part really hard to test. In the commit above I pulled it out, so the file now looks like this:
Because it's broken apart, the parsing code becomes MUCH easier to test--which we now do extensively!
That's it, close when ready, just wanted to make the point.
The text was updated successfully, but these errors were encountered: