You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naive way to validate people naming. You can improve it using Hamming Distance, Regular Expressions, String Methods, and another techniques. Also you can refactore it using class.
About
Naive way to validate people naming. You can improve it using Hamming Distance, Regular Expressions, String Methods, and another techniques. Also you can refactore it using class.