Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
I am working on the SortNames assignment and can sort the names by the first name but am stuck trying to sort by the last name of the ArrayList. Does anyone have any hints?
I agree. The AlarmClockRadio object has three objects, an alarm, a clock and a radio whose methods and properties could call be contained in one object.
Anybody got some hints on what String method to use to determine if there is a dash "-" in a string? I am stuck on converting strings that have two parts (like twenty-one) from a String to an integer.
I was concatenating strings too. To eliminate confusion, I just used print statements instead of println. I didnt know until reading Bill's response that it was a performance issue.