Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Added a lil note in CheckFields.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Jan 17, 2023
1 parent f427c32 commit c3f6785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Util/CheckFields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ public static class CheckFields
// definitely not best practice but whatever, bad practice is my jam!
}!;

/*
* "Why do you have so many 'CheckX' functions that you don't use?"
* I'll probably have a use for these functions later, so they'll be staying in the codebase.
* (I will definitely regret this later)
*/

public static bool CheckCombo()
{
if (ComboTextbox != null && ComboTextbox.Text.Any(char.IsLetter))
Expand Down

0 comments on commit c3f6785

Please sign in to comment.