tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.4k stars 130 forks source link

Update prune.go #32

Closed techmexdev closed 6 years ago

techmexdev commented 6 years ago

Curious as to why you prefer not naming return values 🤔

tj commented 6 years ago

It’s pretty redundant when there’s a type. IMO only makes sense when you have (x int, y int) for example. Thanks though!