Many things happened today.
The new class started and we, became, the step children. One of the classmates said, it feels like that there is a new baby in the house. haha
Code review with Steven. Learned something very useful. Apparently, inside Express, I can use
res.json(output); //instead of res.write(JSON.stringify(output)); //not 100% sure...
Finally, our class lost one member, Sonomi, and I was shocked. I noticed that she wasn’t around but I thought she might be sick at home. Then 10 minutes before I called it a day, I was told that she was gone from the class. What I don’t like is that: there is no announcement nor no explanation on what happened. Sigh…
Also spent a couple of hours breaking down our 600 line API file into multiple files. Refactor code is always an interesting experience. I am glad that it turned out to be ok. After refactoring, I spent most of my time working on several API endpoints. It was fun.