Echo JS 0.11.0

<~>

Replies

amitport 2292 days ago. link 1 point
I wouldn't take that comment too seriously... IMO, it is a cool, well coded/documented project :)
kornflexx 2292 days ago. link 1 point
Sorry for my offensive comment. But I didn't see good practices usages with your lib. What are the use cases for this ?
planttheidea 2292 days ago. link 1 point
No problem, admittedly it is not something that has direct usage in an application or component or anything. It's main purpose is to serve as a helper under-the-hood for other libraries / methods to compose itself on top of.

Lodash has a similar utility (https://lodash.com/docs/4.17.4#toPath) which works to provide an easy way to recursively / iteratively introspect objects deeply. I built pathington because it handles the 95% use-case while remaining tiny, so that I can solve the same problem in other projects with a much smaller footprint.
kornflexx 2291 days ago. link 1 point
Oohh. Sorry again. At first, I was thinking: "damnit, people are going to do strange things to retrieve data anywhere with this".

Finaly, I found a very nice application: website scraper. Because I pas ashmed or my post, I tested it on my DOM parser (in a project), and it is working very well.

Sorry, I'm a jerk