This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Controllers are to: | |
1. Decide what actions to perform | |
2. Decide how to respond to action results | |
Controllers are not to: | |
1. Perform actions | |
2. Configure responses |
NewerOlder