Beginner Mistakes
2021-8-29 Less than 1 minute
# Beginner Mistakes
# What are the benefits of making a plan before starting to just write the code?
Planning helps you layout the foundation of what you want your final product to be. You can decide what goes where with the customer ahead of time rather than having to constantly re-write. You can also assign people certain parts to code that way you can have dedicated teams.
# How do you find answers when you are stuck?
Getting with someone who has more advanced knowledge of coding or utilizing the internet to help explain how to make something work. There are tons of resources online that explains how certain functions can work.
# From the entire article what are your biggest takeaways?
Utilize my resources, don't concentrate on just one thing, and go in with the correct mindset. Theres always help available.
# Daily Challenge
Here is the daily challenge for day 9. Slap Game (opens new window)