Comment by HappMacDonald

Comment by HappMacDonald 2 days ago

1 reply

I wonder what would happen if they structured the JSON so that control-relevant information was just saved in a different place than visual/label-relevant information? EG, seperate form from function and thus more easily determine which has any changes in a diff?

Towaway69 2 days ago

There really isn't a good way to compare visual code textually. It similar to attempting to compare 3D scenes in 2D - textual code and visual code are a dimension apart in their representation.

I created a visual comparison that combines both visual and semantic textual changes for NodeRED[1]. For me that is the only solution: visually comparing visual code.

[1] https://flows.nodered.org/node/@gregoriusrippenstein/node-re...