Skip to content

法定代理人の年齢を成人年齢変更後に対応#882

Merged
chelproc merged 2 commits into
mainfrom
fix-legal-rep-age
Oct 12, 2025
Merged

法定代理人の年齢を成人年齢変更後に対応#882
chelproc merged 2 commits into
mainfrom
fix-legal-rep-age

Conversation

@Yokomi422

Copy link
Copy Markdown
Contributor

No description provided.

@Yokomi422 Yokomi422 requested a review from chvmvd September 28, 2025 23:21
@Yokomi422

Copy link
Copy Markdown
Contributor Author

その下のこれも18歳?成人は大人なの?

const age = 18;
if (age >= 20) {
  document.write("大人です");
} else {
  document.write("子供です");
}

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 28, 2025

Copy link
Copy Markdown

Deploying utcode-learn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5f634fe
Status: ✅  Deploy successful!
Preview URL: https://6cf08092.utcode-learn.pages.dev
Branch Preview URL: https://fix-legal-rep-age.utcode-learn.pages.dev

View logs

@chvmvd

chvmvd commented Oct 4, 2025

Copy link
Copy Markdown
Contributor

その下のこれも18歳?成人は大人なの?

const age = 18;
if (age >= 20) {
  document.write("大人です");
} else {
  document.write("子供です");
}

大人の厳密な定義はないようです(https://www.moj.go.jp/seinen/chapter_01/commentary.html, https://ja.wikipedia.org/wiki/%E5%A4%A7%E4%BA%BA#%E5%B9%B4%E9%BD%A2%E3%80%81%E8%BA%AB%E4%BD%93 )が、政府広報では大人≒成年として説明している(https://www.gov-online.go.jp/article/201808/entry-7947.html )ので、成年年齢引き下げに伴い大人は18歳以上として良いのではないでしょうか?

@chvmvd chvmvd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

良いと思います。ありがとうございます!
来週のミーティングの際にマージしましょう 👍

@chelproc chelproc merged commit d7245e2 into main Oct 12, 2025
3 checks passed
@chelproc chelproc deleted the fix-legal-rep-age branch October 12, 2025 11:56
@chvmvd chvmvd mentioned this pull request Oct 15, 2025
7 tasks
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.

3 participants