Awesome inc. Summer 2023 Bootcamp
1. What did you learn about that helped you understand the development process?
I was better able to understand state management this week, which helped tremendously. Learning about Axios also helped, though I'm still continuing to learn about it.
2. What does it mean to develop good code?
It means to produce DRY code that is efficient while also be readable. Pseudocode is very important for the cases when the code may not be commented, or just for better understanding.
3. What does it mean to be a good developer?
To think through a challenge that arises and apply the knowledge that has already been gained. When found lacking seeking the information required, and also striving to improve your knowledge base.
4. What is one thing that programmers hate doing?
Re-writing the same code repetitively. I would want to make re-usable code as much as possible to provide effiency and save time for more projects.