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

WIP: New interface proposal for numerical formatting: fmt and fmt_default!

Open tbreloff opened this issue 9 years ago • 2 comments

I don't intend this to be merged as-is, but I want to start a discussion as to whether this approach will make sense. See the embedded TODO's for some ways that I would expect a final version to be different. You can see some example usage in tests/fmt.jl. Let me know your comments, and please... be brutal.

tbreloff avatar Jun 25 '15 17:06 tbreloff

Change the title to start with WIP:, that seems to be the convention, so people know that it is a work in progress.

ScottPJones avatar Jun 25 '15 17:06 ScottPJones

I'm philosophically ok with "yet another formatting api" as in cfmt. The symbol argument list is an acceptable alternative to the keyword arguments. Could you edit the README.md to advertise this properly?

tonyhffong avatar Nov 26 '15 03:11 tonyhffong