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
Your project is decently executed. I like that you name your functions and variables appropriately which is very important. Your code is modularised. My personal preference is to append the purpose to your function based on what they do. For example like you add the word handler to the end of your handlers, you can add the word query to your function queries, which makes it much easier to read. Well done guys
The text was updated successfully, but these errors were encountered:
Your project is decently executed. I like that you name your functions and variables appropriately which is very important. Your code is modularised. My personal preference is to append the purpose to your function based on what they do. For example like you add the word handler to the end of your handlers, you can add the word query to your function queries, which makes it much easier to read. Well done guys
The text was updated successfully, but these errors were encountered: