Skip to content

Commit

Permalink
Lifted commit layout switch/case to the outer recursive function
Browse files Browse the repository at this point in the history
And split the per-tag-type logic into separate helper functions. This keeps all of the tag checks on the same level but requires repeating the try/catch block (or invokeGuardedCallback) in each case before calling user code that might throw.
  • Loading branch information
Brian Vaughn committed Sep 25, 2020
1 parent 6406ca8 commit 997e55a
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 328 deletions.
Loading

0 comments on commit 997e55a

Please sign in to comment.