-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit tweaks PR #19
Comments
I was going to do some edits along the following lines:
Could do this as a PR here (which might or might not get accepted) or keep a fork. I believe the cheatsheet can eventually be on one sheet! |
I agree in principle with pretty much all of the changes you've outlined. |
I think so too.
Agreed.
I have updates for exceptions coming. I didn't want to swamp @bartelink with PRs, but work also took off like a rocket. Let me get that in. (#20 )
I have updates for string interpolation, but would love updates for the other items.
That makes sense. |
Note that if there if there is an intention to get this cheetsheet to a single sheet, then any line remaining will have at least medium importance, and any line added now will need to be compensated for - most likely by reverting the addition, or if not by deleting an existing medium-importance line. I am conscious that when I do a PR it will be very ruthless with additions. In particular the section on exceptions should be much shorter than it was yesterday and much much shorter than it is today, and interpolated strings should be a two-line addition in my opinion (1 explanation, 1 example). |
I feel the first step is to address the open issues to get to a stable state (it'll be verbose, but there won't be too many outright bad/wrong examples, and/or outdated idioms). If that gets done (and we have PDF generation), we're in a position to assess the target size, and how that might be achieved. That'll allow us to decide what we're shooting for, i.e. if we know we're at 1.5 pages, it's a big ask to get to 1. I guess it boils down IMO to the fact that making the hard choices about what has to go and/or be aggressively edited should come after fixing things that are wrong regardless of the page count. Also, while I think there's sufficient expertise at the table, it may also be worth getting some more eyes on it at the point where the obvious bad things have been removed. e.g. there might be folk that can be grabbed from fslang-suggestions or the Amplifying crew that might have good insight as to what's not worth it's space and/or a point of confusion. Specifically re exceptions, in general I don't even use the |
Does it make sense to copy the fsharp-cheatsheet.md to fsharp-cheatsheet-long.md and then work on them independently? I'll keep adding to the long version and @charlesroddie can start trimming it down. |
TL;DR I think we should stick to one version for now. It's not yet proven that the world needs (or anyone is pushing for) two sibling cheatsheets. Depends on progress/time available. I think a few days can close the issues list. And it'll be helpful for everyone to more or less agree with most things in it. Once that's done, we can define a target. My feeling is that a one pager should be viable, and could call out to footnotes - those footnotes can just all be on page 2. So we can e.g. have an exceptions section that shows the main keywords, and it can hint "and we also have 5 more examples" While there might be one or two topics where there's a conflict between explaining vs summarising, on the whole, a well chosen example tends to be short anyway. (While my preference would be for a TLDR page and an extras page structure, one can imagine doing multiple renderings from the same base. Either way, I'd really like to see the thing stay in one MD file so people can do their own custom versions and ctrl-F to search in it etc.) |
I was hoping #12 would get debated and merged.
Would love to see someone redo most of the stuff in there, perhaps as a few easier to review/merge PRs (now we've had #18, it probably becomes much smaller too).
The text was updated successfully, but these errors were encountered: