flight-manual.atom.io
flight-manual.atom.io copied to clipboard
Conflicting information regarding activate() function being optional or required.
Line 112 says:
activate(state)
: This optional method is called when your package is activated.
Line 345 says:
There is a bit more going on here. First of all we can see that we are defining four methods. The only required one is
activate
.
👌