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
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:
Code as vertical not as horizontal!
Some other details as Clean Code Practice., as additional line breaks, could be removed and so on.
NET Core, 8.x has alternative AS "Class DI, instead of Constructor DI", although I quite liked it as _ naming your variables AS IS.
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.
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.