https://github.com/dotnet-labs/agecalculator
How to calculate age in C#
https://github.com/dotnet-labs/agecalculator
csharp date datetime idempotency idempotent purefunction
Last synced: 12 days ago
JSON representation
How to calculate age in C#
- Host: GitHub
- URL: https://github.com/dotnet-labs/agecalculator
- Owner: dotnet-labs
- Created: 2020-07-08T16:44:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T16:45:27.000Z (almost 6 years ago)
- Last Synced: 2025-10-12T01:35:22.620Z (9 months ago)
- Topics: csharp, date, datetime, idempotency, idempotent, purefunction
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator
Write an idempotent function to calculate a person’s age
## [Medium Article](https://codeburst.io/datetime-now-should-be-a-parameter-a176c0874437)