Has garmin considered someing like a "#include" for lifes in a .mc file

As I do my 5th watchface, I find myself cutting/pasting a bunch of code, meaning if there is a bug found later, I now have 5 places to fix it. With the ability to "include" a file with common functions, only one file would need to change. This would also be useful if there was a common file for things like enums used with the function, or maybe even the common set of "using Toybox.xxx as Xxx;" that many folks use.

This would be strictly a compile time thing, as it would just be pulling code and such from a common file, vs having everything hard coded in a number of different projects.

Just an idea!