You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linked-list is using AssertJ. While many agree that the fluent interface is a bit more readable, the JUnit + included Hamcrest matchers are sufficient to write tests that give good signal. Better to minimize the surface area a practitioner must learn.
Per exercism/exercism#3113, we're actively scrubbing uses of 3rd party libraries that are not technically necessary.
Remove AssertJ from this exercise and replace the assertions with that provided by JUnit and Hamcrest.
The text was updated successfully, but these errors were encountered:
linked-list
is using AssertJ. While many agree that the fluent interface is a bit more readable, the JUnit + included Hamcrest matchers are sufficient to write tests that give good signal. Better to minimize the surface area a practitioner must learn.Per exercism/exercism#3113, we're actively scrubbing uses of 3rd party libraries that are not technically necessary.
Remove AssertJ from this exercise and replace the assertions with that provided by JUnit and Hamcrest.
The text was updated successfully, but these errors were encountered: