Skip to content

Commit

Permalink
Make GenericsChecks methods static (#805)
Browse files Browse the repository at this point in the history
Previously, some methods in `GenericsChecks` were static methods and
some were instance methods. We did not get much of any benefit from the
instance methods, as it would be painful to create a single
`GenericsChecks` object and thread it everywhere it is needed. So, this
PR just converts all `GenericsChecks` methods to be static and passes
parameters as needed (which isn't too painful).
  • Loading branch information
msridhar committed Aug 16, 2023
1 parent 9a42767 commit 540eaa9
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 80 deletions.
Loading

0 comments on commit 540eaa9

Please sign in to comment.