Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用語の統一: 「返り値」と「戻り値」 #1284

Closed
kangetsu121 opened this issue Jan 24, 2021 · 1 comment
Closed

用語の統一: 「返り値」と「戻り値」 #1284

kangetsu121 opened this issue Jan 24, 2021 · 1 comment

Comments

@kangetsu121
Copy link
Contributor

  • 「戻り値」を「返り値」に統一
  • 「返り値」を用いるルールを prh.yml に追記

本文中には「返り値」と「戻り値」が混在しています。
現時点で数の多い「返り値」に統一するのはいかがでしょうか。
また, 統一する場合ルールを prh.yml に追記するのはいかがでしょうか。

kangetsu@ubuntu18:~/workspace/js-primer
$ grep -rn "返り値" source/* | wc -l
71
kangetsu@ubuntu18:~/workspace/js-primer
$ grep -rn "戻り値" source/* | wc -l
18
kangetsu@ubuntu18:~/workspace/js-primer
@azu
Copy link
Collaborator

azu commented Jan 25, 2021

どこかで決めたような気がしますがmeeting#231 にないので決まってなかったのかもしれないですね。

返り値 に統一でよいと思います。

cc @lacolaco

kangetsu121 added a commit to kangetsu121/js-primer that referenced this issue Jan 26, 2021
「戻り値」を「返り値」に統一

Closes asciidwango#1284
kangetsu121 added a commit to kangetsu121/js-primer that referenced this issue Jan 26, 2021
@azu azu closed this as completed in 3f690cc Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants