Hacker News new | ask | show | jobs
by junke 3461 days ago
I use them all the time. It's a great way to separate responsibilities.
1 comments

I prefer function composition for that when possible :)

Aspects I feel are more useful when you want to modify the behaviour of existing code you don't own.

Maybe if I had easy access to them I'd find more use cases :)