mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-12 13:35:09 +00:00
[Refactor] Empty out .xaml.cs files #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jul 24, 2021).
No business logic should live in the
.xaml.csfiles. This is a followup to #22 which started this sort of cleanup.@mnadareski commented on GitHub (Jul 26, 2021):
Due to some quirks of Avalonia, this may not be entirely possible to fully empty out each of the
.xaml.csfiles, but it should be fairly simple to heavily reduce the amount of code that lives in each.