For this Larabit, we'll be working directly with the Laracasts source code.
At the time of this recording, I'm currently working on a group "Social Feed" for our forum, and need to render a particular text fragment based on the type of activity that took place. In these situations, while we could resort to a long series of if-else statements, a cleaner approach would be to instead extract a basic lookup table.
Refactor ConditionalsLookup Tables
