Victor Goff

Results 235 comments of Victor Goff

When reading the instructions it states: > A valid SqueakyClean name is comprised of zero or more letters and underscores. This tells me that it is comprised of zero or...

I am not the final say, and I think the test makes sense. But not positive about a change for the written specification, the description. The concept taught is `char`...

To be clear, and to provide unambiguous information, I believe you assumed https://gitter.im/exercism/java and left a message there.

It is my opinion that the tests should not unduly influence (and surely not dictate) the implementation. I can think of a requirement that "Shoes should remain on feet during...

@iHiD this exercise in Ruby, I have mentored toward modelling clocks as they are represented in real life. When you change the time on your watch, you don't just get...

> Quick question on the Log Line Parser exercise. The instructions don't seem to reference the class methods which is different to the instructions of the other exercises. E.g. >...

I agree, the exercise is not about what to do when you are given bad data, and this is just bad data, in my opinion. I am going to assign...

This is already possible. I do not remember how to expose this though. But do you not have this ability when you run your tests locally?

Yes, `println()` would not be expected to show in the reports for testing. If getting serious about the language, I do encourage local development though. It gives control back to...

I have sent out a "do you remember how" question in our chat. Hopefully an answer comes soon for you regarding debugging output in the tests.