Skip to content

Conversation

igrep
Copy link
Member

@igrep igrep commented Sep 1, 2019

Fix: #167

igrep added a commit that referenced this pull request Sep 1, 2019
@igrep
Copy link
Member Author

igrep commented Sep 7, 2019

✍️ あとexampleでやるべきは

  • foldl の例をもう少し整える(勧められたとおり、スタックサイズを減らして試してみる)
  • 「BangPattern をつけてはいけないところは, Strict 拡張でも lazy を明示的に指定しなくてはいけないので,ここら辺も NoStrict の時と注意点が同じと言う感じですね」の例
  • f x = g (h x)f = g . h の比較 より単純に、 const を使った例にしました。
  • 記事のパスとそろえるために examples/2019/ 以下に移す

@igrep
Copy link
Member Author

igrep commented Sep 23, 2019

exampleはここまでで、そろそろ本文に取りかかろう

@igrep
Copy link
Member Author

igrep commented Nov 30, 2019

📝 メモ: おまけで紹介したい: https://github.com/ndmitchell/spaceleak

igrep added a commit that referenced this pull request Jan 7, 2020
igrep added a commit that referenced this pull request Apr 12, 2020
@igrep igrep force-pushed the strict-gotchas branch from b3ead0d to ffadf6f Compare June 7, 2020 03:54
@igrep igrep changed the title [WIP] Strict拡張を使用する際の注意点 Strict拡張を使用する際の注意点 Jun 7, 2020
@igrep
Copy link
Member Author

igrep commented Jun 7, 2020

@mizunashi-mana @minoki 大変長らくお待たせしました。ようやくWIPを外したのでお手すきの際にレビューいただきたく! 🙏

Just to move the article to the top of the article list. I'm not sure when it'll really be published!
@mizunashi-mana
Copy link
Contributor

IMO: 好みの問題だと思いますが,一文一文が頻繁に改行されていると,一々目線を先頭に持っていかなければいけなくてとても読みづらいので,パラグラフは改行なしでまとまっている方が良いと思いました

@igrep
Copy link
Member Author

igrep commented Jun 7, 2020

なるほど。個人的には改行するのを好んでやってたので、悩ましいですね... 😕

@igrep
Copy link
Member Author

igrep commented Jun 7, 2020

試しにすべての改行を消してみました。
vimで機械的にやったのでどこか壊れているかも知れませんが取り急ぎ。

Copy link
Contributor

@mizunashi-mana mizunashi-mana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いくつかコメントしました.

なお,個人的には Strict 拡張は有効にすべき派で,理由としてはこれらのミスより Strict を有効にしない場合に bang を書き忘れて起こるスペースリークの方がはるかに致命的な場合が多いからですね

@igrep
Copy link
Member Author

igrep commented Jun 7, 2020

個人的には Strict 拡張は有効にすべき派で,理由としてはこれらのミスより Strict を有効にしない場合に bang を書き忘れて起こるスペースリークの方がはるかに致命的な場合が多いからですね

それは別途気になるのでいつか記事にしていただけるとありがたいです! 🙏

@igrep igrep requested a review from mizunashi-mana June 10, 2020 00:31
@igrep
Copy link
Member Author

igrep commented Jun 10, 2020

@mizunashi-mana @minoki 一通り直せたはずです。
ありがとうございます!

Update the date to publish

Fix link to `StrictData`

Set the link to the section of case 2

Add note about my point of view

And several other update of expressions
Copy link
Contributor

@mizunashi-mana mizunashi-mana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

幾つかコメントしました

@igrep
Copy link
Member Author

igrep commented Jun 11, 2020

@minoki @mizunashi-mana 直しました! ✅

@minoki
Copy link

minoki commented Jun 11, 2020

私の見た感じでは、公開しても問題ないレベルに達したと思います。

Copy link
Contributor

@mizunashi-mana mizunashi-mana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@igrep
Copy link
Member Author

igrep commented Jun 11, 2020

ありがとうございました!最終確認が終わったのでマージします!

@igrep igrep merged commit e0b4233 into master Jun 11, 2020
@igrep igrep deleted the strict-gotchas branch June 11, 2020 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Topic Request] Strict拡張を使用する際の注意点
5 participants