When should I use `include` and when should I use `require`?

In all the packages I've read everyone seems to use `include`, but 
`require` seems to do everything that it does, plus be smarter about not 
loading twice. Is this correct?

Reply via email to