Skip to content

Assignment 1: Change suggested order of steps

The slides currently suggest the following order of steps:

  1. Start by defining the fields of the state machine.
  2. Define a conversion from codons to amino acids read_amino_acid
  3. Implement the transition function
  4. Implement the Statistics struct
  5. Test your work with cargo test (and maybe make some more?)

Swap 2. and 3.