say
Call me when you need me, here’s how to get in touch
- They don’t waste time doing things that other plugins and APIs can do for them; don’t include files if other plugins do it for you.
- They don’t do things until necessary; wait for messages to say something’s happened before loading code
Technically lazy code implements “callbacks” and deferred loading of functionality.