Jie

Results 124 comments of Jie

Oh, I went through the Random package but I somehow missed seeds and steps. Wonderful! OK then, I'll create issues for these except for regex, I agree that it's a...

What would you think of a `Debug` concept? It's worth learning about I think, we do tell the students to use `Debug.log` and the stubs usually have `Debug.todo` but they...

I don't know if this is a good fit for the current exercism, the `view` and interactivity are the obvious problems. The concepts are meant to be taught in the...

This has been open for almost 3 years without activity, so I will close it for the sake of cleaning up. We have a generator now, it doesn't update exercises...

Yes, I think this can be closed. The amount a work required for a generator that would cleanly do test updates is way more than updating by hand. And new...

@maco an Exercism-wide cleanup wave is on the rise. Are you still interested in pursuing this PR, maybe along the line of what I suggested above? If not, I think...

> Ideally it would be good to actually run the tests runner on the exercise tests during, which would make sure that they work. This might be tricky though, being...

I'm also OK with the idea of splitting into 3, but I confess that the treasure chest idea doesn't excite me very much. It's too close to a restricted version...

For the record, I wasn't trying to introduce functors or monads at all, the other examples I mentioned (`always`, `either`) are more appropriate for where I was thinking. Anyway, I...