Hacker News new | ask | show | jobs
by kylemuir 3664 days ago
I dunno. I've tried mocking frameworks and found that when the interface they were mocking changed I spent more time trying to fix for the arrange step of the test than adding tests that added huge value.

Rolling my own might take fractionally more effort to initially set up but the transparency of what happens and ability to debug through to me is of more value.

1 comments

Ah so I have luckily not had to experience this as my interfaces have been relatively stable