Scott Smith

Results 10 comments of Scott Smith

I'll make your corrections, thanks. In addition, per our [discussion here](https://github.com/purescript/documentation/pull/324#issuecomment-642985881), I'll add a PR to the code itself to use the `diagonal` exercise instead of `Euler`.

@milesfrain all of your suggestions have been handled; this should be ready to merge.

Yes, I've been thinking about that; agreed about some amount of rewrite required. Having `diagonal` follow `Euler` seem backwards, so I think it's worth doing. When I get to it,...

@hdgarrood I beg to differ; here are the source codes for both: diagonal: ```haskell import Math (sqrt) diagonal w h = sqrt (w * w + h * h) ```...

The overarching issue I have with the **Getting Started Guide** is, as a new user who doesn't know ANYTHING about PureScript at this point, the complexities of DOM API, etc....

Closing this issue as I want to ponder a completely different solution for the sample app.

@JordanMartinez you are correct; the issues I have addressed here are already in `master` on Dec 29, 2022. Hence, closing this issue. I'll submit a new issue/PR for new minor...

This seems to have been decided, at least tentatively, by the current commit level as of Dec 29, 2022; the text uses the browser debugger. I do believe that there...

I agree with @hdgarrood on this. But I also agree w/ @milesfrain. There are good arguments on both sides. For that reason, I don't feel it's worthwhile pursuing this any...

+1 I find I want to review to get specific text information that I see in the YouTube where it is extremely tedious to find. (Thanks @laundmo)