TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

HDX/AV: rename prepToStart? #543

Open jteresco opened 1 year ago

jteresco commented 1 year ago

Does it ever do anything other than build the pseudocode HTML? If not, should it be renamed to buildPseudocode?

MikePlekan commented 1 year ago

Some AVs use it to setup variables, like kruskal, rcb, recdfs.

jteresco commented 1 year ago

This is probably part of a bigger effort to ensure consistency among what is done in setupUI, prepToStart, and the START action of an AV. One quick thought is that initialization of AV variables should be done in the START action.