Actor Model Example
Software engineering using the actor model architecture
This is an example of how to use the [actor model] in elm to help you with your software engineering endeavor using
Practices
- Component based development
- Test driven development
- Identify components
- Specify components
- Implement components
- Put everything together