mapperly icon indicating copy to clipboard operation
mapperly copied to clipboard

Docs: add best practices section

Open CommonGuy opened this issue 4 months ago • 1 comments

Add a few best practices to keep in mind while using Mapperly:

  • Write very complex mappings by hand rather than trying to configure everything through Mapperly
  • Use strict mappings (the default)
  • Treat warnings as errors
  • Do not write business logic in mapping code
  • ...

CommonGuy avatar Aug 20 '25 10:08 CommonGuy