Replies: 1 comment
-
The corresponding issue for this is #87 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I started
untangle
I thought it would be very clever to have one single entry point which "magically" reacts to the input given. Henceuntangle
has this one function which can take either a file path, an XML content string or an URL. As I gained experience and untangle got more popular than I ever thought, I realized that this is a bad idea for multiple reasons. I tend to shy away from anything "magic" nowadays, so here's my proposal:parse()
intoparse_from_path()
parse_from_string()
parse_url()
parse()
Beta Was this translation helpful? Give feedback.
All reactions