sul-dlss / assembly-image

Creates JP2 image derivatives of files.
Other
0 stars 1 forks source link

[refactor] Prefer kwargs to a hash argument #92

Closed jcoyne closed 2 years ago

jcoyne commented 2 years ago

Hold please:

Why was this change made? 🤔

kwargs are better at verifying what you sent to the method was a valid option.

How was this change tested? 🤨

CI

jcoyne commented 2 years ago

@ndushay this should not require any changes on the part of the consumers that I have identified. Can you show me where you think it would?

ndushay commented 2 years ago

@ndushay this should not require any changes on the part of the consumers that I have identified. Can you show me where you think it would?

whoops - my bad - i see we always call the method in the Image class. approving but it needs a rebase.