From ba5139beb3212eb8b377985f81c005530c329ec6 Mon Sep 17 00:00:00 2001
From: Victor Frye
- I'm currently working as a Senior Solutions Developer at Leading EDJE, + I'm currently working as a Senior Software Engineer at Leading EDJE, a software consultancy based in Columbus, Ohio. In my downtime, I enjoy gaming, reading, and quality time with my - @GetPartnerRelationship() and our two dogs. + wife and our two dogs.
@@ -23,10 +23,6 @@ @code { private readonly DateTime _today = DateTime.Now; private readonly DateTime _start = new DateTime(2019, 5, 6); - private readonly DateTime _wedding = new DateTime(2024, 1, 6); - - private const string Married = "wife"; - private const string Engaged = "fiancée"; private int GetYearsOfExperience() { @@ -37,6 +33,4 @@ return _today.Year - _start.Year; } - - private string GetPartnerRelationship() => _today > _wedding ? Married : Engaged; }