aboutsummaryrefslogtreecommitdiff
path: root/oath_of_the_full_stack_dev.md
blob: bd73e9b35e0d80cf7df0e3f6b0f81b44f808094b (plain)
1
2
3
4
5
6
7
8
9
10
#  Oath of the dev
1. I will have my browser developer console open at all times
2. I progress with small steps
3. I will write lots of console.log statements to undertand and debug `code`
4. If it doesn't work, delete and backtrack to a working point, then rebuild
5. Research questions systematically
6. I will use the network tab of the dev tools to ensure both front and backend
   are talking
7. I will keep an eye on the server making sure that data sent there is
   actually saved