DEV Community

Discussion on: The next generation of programming is closer than you think

 
steve8708 profile image
Steve Sewell • Edited

Ah yes absolutely. Also worth noting there are ways to do this without additional artifacts generated that could go out of sync too. Eg in the case of JSX Lite and Build they parse the (javascript) source file to an AST, store and modify that in memory only when editing visually, and changes are applied back to the source code without anything else generated or saved