Humanize.jl icon indicating copy to clipboard operation
Humanize.jl copied to clipboard

Show with _ in docs

Open PallHaraldsson opened this issue 2 years ago • 3 comments

PallHaraldsson avatar Oct 13 '22 14:10 PallHaraldsson

It's good to know of this format used in Julia (and some other programming languages), though maybe less so in general?

I would like to point out also, might be good to add a Project.toml file, even though Julia doesn't require it. With the code quite old (but working!), people browsing by might think it's outdated. REQUIRE (only) is often a good signal for that, you're the exception to that "rule".

PallHaraldsson avatar Oct 13 '22 14:10 PallHaraldsson

The comment about Meta.parse vs parse seems overkill, but otherwise OK to add the example

IainNZ avatar Oct 13 '22 22:10 IainNZ

It's maybe a bit of a trivia, but since this is legal syntax in Julia, I thought it might be helpful to know how to parse it (and what doesn't work). I just discovered Meta.parse ...

PallHaraldsson avatar Oct 13 '22 22:10 PallHaraldsson