chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

broken link #66

Closed chris2crawford closed 4 years ago

chris2crawford commented 4 years ago

in https://github.com/chrisvoncsefalvay/learn-julia-the-hard-way/blob/master/_chapters/10-ex7.md the link "discouraged where it serves as a mere wrapper" to http://julia.readthedocs.org/en/latest/manual/style-guide/#do-not-write-x-f-x is broken. it should be https://julia-doc.readthedocs.io/en/latest/manual/style-guide/#do-not-write-x-fx

also, the text ONLY discourages x->f(x) which is equivalent to f (it doesn't seem to imply not to use lambdas)