I Am NotMyself

I Am NotMyself

I enjoy playing guitar and building things with my brain.

Import 2022-11-28 19:29

Somedays Writing Code is Enough

I wrote this today, it made me happy. Somedays, simply writing some code that you are proud of makes it all worth it. public void ImportLiabilityCategoryInput(string[] categories) { ImportCategory(categories, InputDataGroupName.Liability); } public void ImportAssetCategoryInput(string[] categories) { ImportCategory(categories, InputDataGroupName.AssetExisting); } private void ImportCategory(string[] categories, InputDataGroupName group) { WithASourceAndDestination(
Follow me on Mastodon!