Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Conversation

@llighterr
Copy link
Collaborator

It helps to easily get all the needed nodes information.

It helps to easily get all the needed nodes information.
Copy link

@zverok zverok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure it is necessary at all? My mind goes like this:

  1. We do need real classes for all the core objects, so just "slop structure" is not enough;
  2. Enumerating XML nodes without any "slop" is not that hard, when it is done in dedicated classes, just 3-5 lines of code, I assume;
  3. How Slop is done (method_missing) is a huge slow-down, and a source of many slight errors. This trick is useful for fire-and-forget one-time scripts, not for the core of the library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants