warriordog / ModShark

AutoMod for Sharkey instances
GNU Affero General Public License v3.0
5 stars 2 forks source link

Remove duplication between PostReporter and SendGridReporter #26

Closed warriordog closed 4 weeks ago

warriordog commented 1 month ago

The text rendering logic is structurally similar, and can probably be factored out into a separate class.

warriordog commented 1 month ago

This is now uncertain after the latest refactor. Implementing this would require an abstraction over StringBuilderExtensions to hide the different HTML / Markdown functions.