r-spell/user-signup

Strange line and Comments

bryandobberstein opened this issue · 0 comments

if string.count('@') != 1 or string.count('@') != 1

What exactly does this line of code achieve by testing the count of '@' twice?

Also, you need to get into the habit of commenting your code. Start that habit by commenting this code.