Fork me on GitHub
#code-reviews
<
2018-12-02
>
jaihindhreddy-duplicate06:12:07

I just solved the first couple problems of advent of code, and wondering if I use ->> too much. https://gist.github.com/jaihindhreddy/f272a0055389e2b55129f2bc8cb8233b

pithyless19:12:48

Is it just me, or won’t part-2 not find correct matches if they are only different in the first character?

pithyless19:12:42

The (sort ..) (partition ..) seems to imply that potential candidates are next to each other.

jaihindhreddy-duplicate20:12:57

Oops! You're right. It's broken. Fixed it. Thanks a lot for the feedback! More feedback is always appreciated.

jaihindhreddy-duplicate06:12:27

How can I make this code idiomatic (assuming it isn't)?