Hacker News new | ask | show | jobs
by saityi 2313 days ago
It works best if you follow up the compiler assistance with a human-readability pass. Use the techniques in this post to guide you to a solution, which I find immeasurably helpful, then rewrite it by pulling it out piece by piece to make it readable with let/where blocks that describe the various steps.
1 comments

In my Haskell experience, there's no substitute for Taste :)