This website requires JavaScript.
Explore
Help
Sign In
lib
/
exercises-in-programming-style
Watch
1
Star
0
Fork
0
You've already forked exercises-in-programming-style
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f491a9f722e593439337e074ef82e7f79dbc05fc
exercises-in-programming-style
/
32-reactive
History
Crista Lopes
f491a9f722
Changed name of variable, so that it doesn't get confused with terminology used in constraints
2013-10-17 20:35:27 -07:00
..
README.md
Better version of reactive style. Added README.md
2013-10-17 20:30:30 -07:00
tf-32.py
Changed name of variable, so that it doesn't get confused with terminology used in constraints
2013-10-17 20:35:27 -07:00
util.py
First version of the reactive style. Still needs work.
2013-10-17 18:32:18 -07:00
README.md
Style #32
Constraints:
Variables are updated automatically based on changing values of other variables. Variable values possibly depend on data streams (keyboard, mouse, etc.)
Possible names:
Reactive
Data-to-data
Reference in New Issue
View Git Blame
Copy Permalink