Tom Preston-Werner

Results 20 comments of Tom Preston-Werner
trafficstars

There are currently a huge number of undocumented features. I need to sit down and really flesh out the docs at some point, it would probably help a lot of...

This is pretty great, I think I'll write it up on the GitHub blog!

In my opinion, this should throw an error and be well documented in the project as a limitation and deviation from the TOML spec. I'm guessing it will be rare...

There are really only two inline formats that I think are very useful: 1. code (I tend to use backticks for this e.g. Use `String.size` to get the size 2....

The goal was to keep the signature at the bottom to mimic where a real method signature would be when documenting real methods. But I do agree that the Returns...

What do you guys think about this change? It adds a separator line to help distinguish the signature docs from the method docs.

I've asked @defunkt for owner access to the gem and will work on this once I have it.

Hmm, I don't fee like this is any less complex than the current syntax, and to me feels like more syntax you have to remember and more complexity for an...

The biggest reason TomDoc is private by default is to make the Public ones stand out. This is extremely important for new contributors to be given a reminder that any...