Das Löschen eines Branches kann nicht Rückgängig gemacht werden.
- Diese Operation kann nicht rückgängig gemacht werden.- Diese Operation wird permanent alle Inhalte des Branches wtsimkins/ZCW-Lab-Fundamental-Methods:master löschen.
wtsimkins/ZCW-Lab-Fundamental-Methods:master
nach master
zusammenführen
Das Löschen eines Branches kann nicht Rückgängig gemacht werden.
- Diese Operation kann nicht rückgängig gemacht werden.
Predicate
For the predicate, the comparison sign returns a boolean. So you don't have to do the if statement. You can say
String
You don't need to convert the integer to string. Java will do that for you.
getSuffix
, you can inline it into one statement.If you don't inline it, be more descriptive with your variable name.
compareTwoStrings
,getFirstWord
,getSecondWord
, if you don't need to use the variable, you don't have to create one. So instead ofYou can write it as
getMiddleCharacter
this should not pass all the test.Please clean up the string and predicate lab and send me a message on slack when you're done.