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
Nice code, I like the dictionary. While the general code makes sense, I'm not sure dedupe should be a function in and of itself. It might be a better idea to pull out the if statements and checks and make them into sub functions, writing the code for each separately (it will make debugging much easier). Other than that small thing, it's great and should work very well.
The text was updated successfully, but these errors were encountered:
Nice code, I like the dictionary. While the general code makes sense, I'm not sure dedupe should be a function in and of itself. It might be a better idea to pull out the if statements and checks and make them into sub functions, writing the code for each separately (it will make debugging much easier). Other than that small thing, it's great and should work very well.
The text was updated successfully, but these errors were encountered: