10up / wp-scaffold

10up WordPress project scaffold.
MIT License
204 stars 48 forks source link

Remove magic $n function #246

Open tobeycodes opened 2 weeks ago

tobeycodes commented 2 weeks ago

https://github.com/search?q=repo%3A10up%2Fwp-scaffold%20%24n%20%3D%20function%20(%20%24function%20)%20%7B&type=code

This function prevents IDE functionality such as go-to defintion and auto-completion and prevents static analyzers and unused code tools from knowing whether the functions are in use

darylldoyle commented 1 week ago

Thanks, @tobeycodes. I've added this to the Internal Tools working group agenda to be discussed.