elexis1 / limnoria-phabricator

A plugin for the limnoria IRC bot, posting details about phabricator revisions.
0 stars 0 forks source link

Split into multiple files #10

Open elexis1 opened 7 years ago

elexis1 commented 7 years ago

The Phabricator plugin code would be much more readable if the existing classes (Phabricator, PhabricatorReplyPrinter, PhabricatorStoryPrinter, ConduitAPI, PhabricatorStringFormatting, PhabricatorReplyStringConstructor, PhabricatorStoryStringConstructor) were saved in individual files.

Last time I checked, import didn't work with the plugin architecture, but maybe exec(open("./filename").read()) does.