DEV Community

Discussion on: Tired of agonizing errors caused by typos? Let's fix that!

Collapse
 
miketalbot profile image
Mike Talbot ⭐

It's a very cool experiment, but I think it would blow up your eslint and be very hard for other developers to be sure exactly what was being called. Also, for instance, if you used it and then added a property that became a closer levenshtein distance to one you were already (mis)using - the code would break in random places haha!