Just a funny thought on Plug on a lighter note ;-)

To modify Plug.Conn struct which is defined by the Plug library, create a new plug module or a plug function and then use your plug by adding it to any of the plug pipeline using the function call plug(your_plug_module) or plug(your_plug_function).

Just tried to explain Plug to myself and found this to be funny. Naming is really hard!!

1 Like

There are two huge problems that pervade all of Computer Science:

  1. Naming Things
  2. Cache Coherency
  3. Off-by-one errors
2 Likes