6 Matching Annotations
  1. Mar 2024
    1. if (y == 0) {

      why is putting the { on its own line considered a worse style than putting the { on the same line as the if statement? seems harder to find the { when skimming visually the other way.

  2. Nov 2023
  3. Sep 2023
  4. Jul 2023
    1. using OOP effectively is sufficiently complex to require a book-length treatment

      Is anyone working on this?