Files
sdk/docs/language/informal
Erik Ernst 472ec7780f Added first draft spec of dynamic-members.md
In response to the discussions in SDK issue 32414 about the typing of
members of `Object` when the receiver type is `dynamic`.

A rendered version of this document is available at
https://gist.github.com/eernstg/fc0094b0230ea18b9507092e50dab537
(uploaded as of patchset 6).

Change-Id: I3a74ecd5e7c9c9c05fadda5b1fa0d644561796e9
Reviewed-on: https://dart-review.googlesource.com/46247
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
Reviewed-by: Jenny Messerly <jmesserly@google.com>
2018-03-14 16:50:03 +00:00
..

This directory contains "informal specifications".

In order to move faster and get better feedback, we implement and iterate on language changes before the full official specification has been written. Still, the implementers need something to go on.

For that, the language team writes "informal specifications". These are intended to be precise enough for a good faith implementer to correctly understand the syntax and semantics of the language, but without all of the laborious detail of the complete specification.

Once the feature has been implemented, tested, and we are confident in it, the language team will write the real text in the language specification and the document here becomes deprecated and no longer canonical.

Until then, while the feature is in progress, a live pull request for the informal spec is the source of truth for the feature.