Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Ban Object.keys()/entries()/values() #545

Open
1 of 6 tasks
tetsuharuohzeki opened this issue Jan 18, 2016 · 0 comments
Open
1 of 6 tasks

Ban Object.keys()/entries()/values() #545

tetsuharuohzeki opened this issue Jan 18, 2016 · 0 comments

Comments

@tetsuharuohzeki
Copy link
Contributor

These method can use as like a string reflection and treat Object as like a hashmap.

In ES6 env, we can use Map<K, V> which is truly associative array. We should use it!

@tetsuharuohzeki tetsuharuohzeki changed the title Ban Object.keys()/entries()/values Ban Object.keys()/entries()/values() Jan 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant