Closed jonthegeek closed 1 year ago
I have ifs to handle different classes of uis. That's a clear case for an S3. I'm not sure why I didn't realize that!
if
ui
Should be a silent change (split it into 3 methods). The methods should be .httpResponse, .function, and .default.
.httpResponse
.function
.default
I have
if
s to handle different classes ofui
s. That's a clear case for an S3. I'm not sure why I didn't realize that!Should be a silent change (split it into 3 methods). The methods should be
.httpResponse
,.function
, and.default
.