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
[fix] - Convert some arrow syntax functions to function syntax and add better documentation.
I decided to convert *all* of the util functions from arrow syntax to
function syntax for consistency and readability. This is where all of
the shared logic really lies and it helps with grokking. Since we are
already at one function per file, it doesn’t make the code more
readable to keep inline.
Coverage goes down because more lines were added :/
0 commit comments