Page MenuHomePhabricator

Remove documentation about obsolete Differential event listeners
ClosedPublic

Authored by epriestley on May 16 2014, 11:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:50 AM
Unknown Object (File)
Sun, Mar 31, 12:17 PM
Unknown Object (File)
Mar 5 2024, 11:17 AM
Unknown Object (File)
Mar 1 2024, 11:21 AM
Unknown Object (File)
Mar 1 2024, 11:21 AM
Unknown Object (File)
Feb 11 2024, 7:19 AM
Unknown Object (File)
Feb 10 2024, 4:39 AM
Unknown Object (File)
Feb 6 2024, 1:22 AM
Subscribers

Details

Summary

Fixes T5069. T2222 mostly-intentionally stopped emitting these.

My sense is that users generally find event listeners (or, really, writing PHP at all) much less preferable to things like Herald rules or HTTP hooks. This is generally good, since those things are way easier to maintain, so I plan to continue moving away from events in cases where we have reasonable alternatives.

We also generally have more and better alternatives now than when these were written.

Test Plan

grep

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Remove documentation about obsolete Differential event listeners.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 16 2014, 3:25 PM
epriestley updated this revision to Diff 21737.

Closed by commit rP4925dd7e6eea (authored by @epriestley).