drafter-edu / drafter

A simple Python library for making websites
https://drafter-edu.github.io/drafter/
MIT License
0 stars 1 forks source link

Allow `State` to be renamed #9

Open acbart opened 5 months ago

acbart commented 5 months ago

I believe there are a few places in the codebase where we strongly expect that the student named the application state object as State. We should make sure that assumption is not made, since apparently some students wanted to rename their application state to reasonable things like ShoppingCartState.