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
Hi, the implementation of your logic is excellent, I had some suggestion tho. While adding participants I see that you call/define a function every time. I have some improvements on your code which will make it follow the DRY principle. Right now there is a lot of repetitive code which does not make your code dry and difficult to comprehend easily. Instead o specifying so many functions why don't you try using a single function
Hi, the implementation of your logic is excellent, I had some suggestion tho. While adding participants I see that you call/define a function every time. I have some improvements on your code which will make it follow the DRY principle. Right now there is a lot of repetitive code which does not make your code dry and difficult to comprehend easily. Instead o specifying so many functions why don't you try using a single function
The text was updated successfully, but these errors were encountered: