Organize Code in the Main and Effect Functions

InstructorAndré Staltz

Share this video with your friends

Send Tweet

We need to give structure to our application with logic and effects. This lessons shows how we can organize our code into two parts: main() function for logic, and effects functions for effects.