Skip to content

Reorganize Documents: Latest Entries First #26

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions site/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,29 @@ Withdrawn:
## Documents

- Guides
- [Local Variable Type Inference Style Guide](guides/lvti-style-guide) (March 2018)
- [Local Variable Type Inference FAQ](guides/lvti-faq) (Oct 2018)
- [Programmer's Guide to Text Blocks](guides/text-blocks-guide) (Aug 2019)
- [Local Variable Type Inference FAQ](guides/lvti-faq) (Oct 2018)
- [Local Variable Type Inference Style Guide](guides/lvti-style-guide) (March 2018)

- Design notes
- [Symbolic References for Constants](design-notes/constables) (March 2018)
- [String Tapas Redux: Beyond Mere String Interpolation](design-notes/templated-strings) (September 2021)
- [Towards Better Serialization](design-notes/towards-better-serialization) (June 2019)
- [Data Classes and Sealed Types for Java](design-notes/records-and-sealed-classes) (February 2019)
- [Towards Better Serialization](design-notes/towards-better-serialization) (June 2019)
- [Symbolic References for Constants](design-notes/constables) (March 2018)
- Pattern matching
- [Pattern Matching for Java](design-notes/patterns/pattern-matching-for-java) (September 2018)
- [Towards Member Patterns](design-notes/patterns/towards-member-patterns) (January 2024)
- [Patterns: Exhaustiveness, Unconditionality, and Remainder](design-notes/patterns/exhaustiveness) (May 2023)
- [Pattern Matching in the Java Object Model](design-notes/patterns/pattern-match-object-model) (December 2020)
- [Type Patterns in `switch`](design-notes/patterns/type-patterns-in-switch) (September 2020)
- [Pattern Matching for Java -- Semantics](design-notes/patterns/pattern-match-semantics) (August 2020)
- [Pattern Matching for Java](design-notes/patterns/pattern-matching-for-java) (September 2018)
- [Pattern Matching for Java -- Runtime and Translation](design-notes/patterns/pattern-match-translation) (June 2017)
- [Extending `switch` for Pattern Matching](design-notes/patterns/extending-switch-for-patterns) (April 2017)
- [Type Patterns in `switch`](design-notes/patterns/type-patterns-in-switch) (September 2020)
- [Patterns: Exhaustiveness, Unconditionality, and Remainder](design-notes/patterns/exhaustiveness) (May 2023)
- [Towards Member Patterns](design-notes/patterns/towards-member-patterns) (January 2024)
- [String Tapas Redux: Beyond Mere String Interpolation](design-notes/templated-strings) (September 2021)

- Historical notes
- [Data Classes for Java](design-notes/data-classes-historical-1) (October 2017)
- [Data Classes for Java](design-notes/data-classes-historical-2) (February 2018)
- [Data Classes for Java](design-notes/data-classes-historical-1) (October 2017)


## Community

Expand Down