The Comment Class
Lean how to introduce comments to your Chirpy app.
We'll cover the following...
We'll cover the following...
Chirpy is coming together nicely. So far, users have created posts and liked them. Let’s see the list of tasks that Chirpy can do so far!
Add a user.
Post a chirp.
Like a chirp.
But what about the conversation that follows a chirp?
Social media isn’t just about posting and liking—it’s about dialogue.
Today, we’ll add that conversational element by introducing a Comment
class. ...