Files
erbrown2 17fd55bf30 I answered checkpoint 2 questions that were
Checkpoint2:
A program is TikTok. Some different routes could be:
1. GET/api/feed which could return a post to my homepage.
2. GET /api/profile/{username} which gets a users profile information
There could be a change to the GET to be GET /like for indicate a like on a post or GET /upload to upload a tik tok video

Exception is an error that happens while a program is running. It is useful to handle an expection when there is something wrong with the program but you want it to recover. It is better not to handle an exception and let the program crash when you are developing a program because it helps you understand and notice if something needs to be fixed early on before more serious issues.
2026-05-09 16:04:26 -04:00
..
2026-02-21 19:41:42 +00:00