antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Clean up ( Clean Code practice as formatting ) #105

Open antonyoung opened 3 weeks ago

antonyoung commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Noticed today, here and there, we need a clean-up. as code. As Clean Code Practices, just clean it a bit up as formatting, NO CODE CHANGES!

Describe the solution you'd like

As clean code practices:

Describe alternatives you've considered

AS Class DI, maybe just put the famous _ to different as class level instead where this variable AS Interface came from?

Additional context

No hurries, not that important, it works AS IS. , just get rid of some lines and in the meantime we add some additional lines per file. At least the code will just be a little bit cleaner as formatting.