Inconsistent case for recipe names on table of contents.
OakRaven opened this issue · 4 comments
There is a mix of title-case and sentence-case for the recipe names in the table of contents. They should be made consistent. I have a preference for title-case. For example this:
Math
Faster Fibonacci algorithm [[sentence]]
A random integer function [[sentence]]
Generating Random Numbers [[title]]
should be:
Math
Faster Fibonacci Algorithm [[title]]
A Random Integer Function [[title]]
Generating Random Numbers [[title]]
I will update the existing sentence-cased recipes to title case if others are in agreement on using title-case.
Title Case Is Fine.
I will accept commits making titles consistent.
And I Will Reject Them! BWAHAHAHAHAAAAAAjustkidding.
Title case is fine, go for it. :-)
Ok Mr. Brady, that'll be enough of that. :) I'll update them.
I've pushed an issue branch issue-45-title-casing-recipe-names if anyone wants to preview the changes before merging them into master.