| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Info Level = iotaI'm not thrilled with using an enum as the example here, partially because I feel like enums should be easier, and partially because the switches make the examples a bit long.
I don't want to use the set example from CL 811741, as that introduces the complexity of looking at options for Deterministic. I want this example to be very straightforward.
I'm open to suggestions for alternative examples.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
## IntroductionSeems like we should have a note saying this was updated? The publication date is still 2011, and it seems confusing to have something talking about a package which didn't exist in that year.
Info Level = iotaI'm not thrilled with using an enum as the example here, partially because I feel like enums should be easier, and partially because the switches make the examples a bit long.
I don't want to use the set example from CL 811741, as that introduces the complexity of looking at options for Deterministic. I want this example to be very straightforward.
I'm open to suggestions for alternative examples.
How about a `struct Date { Year, Month, Day int }`, encodes as YYYY-MM-DD?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |