paryswest / serverless-week-1

GNU General Public License v3.0
0 stars 0 forks source link

Start Coding! #37

Closed ghost closed 3 years ago

ghost commented 3 years ago

Final Project Step 5 ⬤⬤⬤⬤⬤◯ | 🕐 Estimated completion: 1-5 hours

Start Coding!

✅ Task:

Developing the first component

:bulb: Start small then build big!

Let's look back at the advice we got from the previous step: "start small then build big." Your goal is to get something working - not to developing your final project in 1 week.

Committing code

:exclamation: Best practices for commiting code is to commit it constantly. Any time you make a change, commit the change.

:question: Why?

Every time you develop something that works, commit and push it immediately. This is so that if/when your code breaks due to a bug, you can easily revert back to the latest working commit. It also shows a history of how you have worked on your code.

:bulb: Tip:: You want to name the commit accurately to the changes you have made so that they are easy to search through later.