Hacker News new | ask | show | jobs
by weavie 1221 days ago
I would say using them is beginner->intermediate. Writing them is intermediate->advanced.
2 comments

I'd agree in general and almost made this same point but it depends on what you are doing. If you write a transformer that is essentially just a specific kind of Reader (like ResourceT), then you can just follow existing examples and not really have to understand how to write all the instances yourself.
That's a good distinction