15 Matching Annotations
  1. Oct 2024
  2. Mar 2022
  3. Dec 2021
    1. In the second pass, read the paper with greater care, butignore details such as proofs.

      The objective is to get an overall grasp of the content, sufficient to allow you to summarize effectively with supporting evidence.

      You should gain enough familiarity to determine where additional effort to understand the details is warranted.

      You are also looking for evidence of quality (or lack thereof) that might color your impressions of the overall value.

  4. May 2021
  5. Nov 2020
  6. Oct 2020
  7. Sep 2020
    1. The @const indicates that the value is read-only (i.e. it cannot be assigned to or mutated in an expression such as an event handler), and communicates, through its similarity to const in JavaScript, that it only applies to the current scope (i.e. the current block or element).
  8. May 2020