kensanata / bitlbee-mastodon

A Mastodon plugin for Bitlbee
https://alexschroeder.ch/software/Bitlbee_Mastodon
GNU General Public License v2.0
30 stars 7 forks source link

refactor defines to make them more manageable and reduce duplication of string literals #42

Closed velartrill closed 4 years ago

velartrill commented 4 years ago

the code previously used a large number of defines with redundant strings to point to API endings. this PR uses compile-time string concatenation to factor out the strings into composable pieces for ease of maintenance.