-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: convert cond to case in types.clj #18
Comments
I was able to transform quite a few more |
@alexandergunnarson Nice! I was on vacation, so didn't see this until just now. I've merged your changes into the branch I worked on (#1), and I've also merged these changes into the "deploy" branch we're using at USGS (https://github.com/clojusc/mesomatic/tree/deploy). Thanks! |
@oubiwann No problem! Thanks for merging it. |
Closing this ticket since @alexandergunnarson's newer branch supersedes it. |
There's one
cond
left inmesomatic.types
that is able to be converted to a case.This makes the code more readable, and brings the
data->pb
function in line with the other functions in the namespace that are amenable to usingcase
(the ones that aren't checking against Java fields).The work for this was done in this branch:
The text was updated successfully, but these errors were encountered: