Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Java fork (author inactive)
Integer
constructor, which triggers deprecation warnings (fixing this issue)In Java, the type Integer is considered as deprecated and for removal :
src/test/java/TipCalculatorTest.java:8: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
assertEquals(new Integer(2), TipCalculator.calculateTip(30d, "poor"));
Ruby 3.0 should be enabled, see this to learn how to do it
Needs random tests
This comment is hidden because it contains spoiler information about the solution
Needs random test cases