Comment on Building a High Performance Data Integration Framework in GoparentComments−ilyt3yThe article is about code generation that is more magic than macros.−philosopher12343ybut you can inspect the generated code, jump to def, search it... how the actual generation works may be magic, but the code is reviewable, searchable, debuggable...Its clearly better than macros for my use cases
Comments
The article is about code generation that is more magic than macros.
but you can inspect the generated code, jump to def, search it... how the actual generation works may be magic, but the code is reviewable, searchable, debuggable...
Its clearly better than macros for my use cases