Longer-term direction: generate code by building AST and running Macro.to_string/1, rather than string templates followed by a post-hoc Code.format_string!/1 pass. This would make the codegen more robust and remove the reliance on formatting to clean up output.
Larger refactor; tracked for future work.
(Migrated from the internal QUALITY.md "Still open" list before the Hex release.)
Longer-term direction: generate code by building AST and running
Macro.to_string/1, rather than string templates followed by a post-hocCode.format_string!/1pass. This would make the codegen more robust and remove the reliance on formatting to clean up output.Larger refactor; tracked for future work.
(Migrated from the internal QUALITY.md "Still open" list before the Hex release.)