Skip to content
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

Expand material on if statements #1085

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Commits on Oct 11, 2024

  1. Change assignment order to align with material

    Moves DNA or RNA back since boolean functions is taught last
    ethanwhite committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2aacdde View commit details
    Browse the repository at this point in the history
  2. Add full discussion of vectors in conditionals

    Adds treatment of elementwise comparison and warning about
    elementwise comparisons with non-equal length vectors
    ethanwhite committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6986b84 View commit details
    Browse the repository at this point in the history
  3. Explain that there are no returns for conditionals

    This is a common mistake resulting from just learning functions and the
    braces
    ethanwhite committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d3d830d View commit details
    Browse the repository at this point in the history
  4. Explain that if states need a single logical value

    Can't pass them vectors. Avoids early confusion and sets up repeating
    things material
    ethanwhite committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b866b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77350c6 View commit details
    Browse the repository at this point in the history