jhudsl / matahari

🔎 I Spy With My Little Eye
Other
49 stars 6 forks source link

Functional programming: symbols vs function calls #17

Open tvatter opened 4 years ago

tvatter commented 4 years ago

As mentioned in an issue that I raised in the repo for tidycode, it seems that matahari has a hard time spying on functional code. Any idea how to better spy when someone e.g. does purrrr::map(df, some_function) ? Currently, only the call to purrr::map is caught, meaning that the person could hide anything behind some_function...

tvatter commented 3 years ago

Any idea on how to solve this?