Stepping down as Mockito maintainer after ten years
1–10 of 220 posts
Re: Stepping down as Mockito maintainer after ten years
#2Re: Stepping down as Mockito maintainer after ten years
#3For those, like me, who haven't heard of it: Mockito is the "most popular mocking framework for Java".
Re: Stepping down as Mockito maintainer after ten years
#4Re: Stepping down as Mockito maintainer after ten years
#5Re: Stepping down as Mockito maintainer after ten years
#6As someone who is not in the Java world, why does Java need a mocking library? Interface based polymorphism is not enough?
Re: Stepping down as Mockito maintainer after ten years
#7As someone who is not in the Java world, why does Java need a mocking library? Interface based polymorphism is not enough?
Re: Stepping down as Mockito maintainer after ten years
#8Wouldn't this hold back enterprise adoption, the same way breaking changes meant that Java 8 was widely used for a long time?
Re: Stepping down as Mockito maintainer after ten years
#9As someone who is not in the Java world, why does Java need a mocking library? Interface based polymorphism is not enough?
On the one hand, you should just design things to be testable from the start. On the other... I'm already working in this codebase with 20 years of legacy untestable design...
Re: Stepping down as Mockito maintainer after ten years
#10As someone who is not in the Java world, why does Java need a mocking library? Interface based polymorphism is not enough?