tiagobento commented on code in PR #3252: URL: https://github.com/apache/incubator-kie-tools/pull/3252#discussion_r2344437639
########## packages/swf-editor/src/marshallers/swfMarshaller.ts: ########## Review Comment: In that case, my suggestion will be for you to create a "StandaloneSwfEditor" component that contains the marshalling logic, and leave the `SwfEditor` component agnostic when it comes to files and formats/extensions. Introducing a new editor with this logic inside it will make it increasingly hard to de-couple in the future when it evolves. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
