metaseq icon indicating copy to clipboard operation
metaseq copied to clipboard

Reduce the amount of kwargs floating around

Open suchenzang opened this issue 1 year ago • 0 comments

As @glample notes:

kwargs appears 260 times in the codebase !

This makes code hard to read / follow if we just throw kwargs around like candy. This is a request to reduce the frequency of throwing around kwargs to thread more args through the codebase.

suchenzang avatar Oct 14 '22 13:10 suchenzang