Skip to content

Commit

Permalink
docs: Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 16, 2024
1 parent 99ad589 commit 49c5376
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ behavior. It should also be very fast, as it compiles its mapping code to PHP
files. The problem was error handling. When an error occurred in the compiled
mappers, it was usually a `TypeError`. It was difficult to debug, and even more
difficult to resolve the problem, addressing the problem requires the skill of
working with AST. However, we found that the problems were deployment errors
(usually forgetting to clear the cache), some edge cases (easy to work around),
or bugs in the mapper. We did contributed some fixes back to the project.
working with AST. We found that the problems were deployment errors (usually
forgetting to clear the cache), some edge cases (easy to work around), or bugs
in the mapper. It was rare to get an error, but when it happened, it was
difficult and time-consuming to resolve. We did contribute some fixes back to
the project.

The second problem was that the mapper was difficult to extend. Adding a new
transformer requires the skill of working with AST, and there was no option to
Expand Down

0 comments on commit 49c5376

Please sign in to comment.