A Thread Should Be Assigned a Channel
Right now, all threads are thrown into the same "global" namespace, so to speak. Ideally, we should assign each thread to a channel. That way, for a development forum, we may easily filter threads by PHP, or JavaScript, or Servers. View the source for this lesson on GitHub.