You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am the co-contributor of a .NET port: https://github.com/SebastianStehle/mjml-net and @skybber is working on a Java port which is based on .NET and the reference implementation. Our goals are similar: To be as fast as possible.
I think we have a few challenges in common:
Discoverability: MJML is used a lot but only the official Node implementation:
I think we should ask the mjml team to provide a links to alternative implementations.
Furthermore It would make sense to combine our implementations under a Github Orga. I recommend "mjml-contrib", because I have seen this naming pattern very often.
Testing: As much as I admire the work of the mjml-team, the test coverage is horrible. The main challenge is to test our implementation to work. We have written a few tests to compare the official templates with our implementation, but it was a challenge to make the HTML comparison working properly:
We could provide a CLI or tooling to test all implementations in one test suite.
We could use image snapshot testing to compare results (I have done this for another project).
Are you interested in these topics?
The text was updated successfully, but these errors were encountered:
Hi,
I am the co-contributor of a .NET port: https://github.com/SebastianStehle/mjml-net and @skybber is working on a Java port which is based on .NET and the reference implementation. Our goals are similar: To be as fast as possible.
I think we have a few challenges in common:
Are you interested in these topics?
The text was updated successfully, but these errors were encountered: