otp_cheatsheet
                                
                                
                                
                                    otp_cheatsheet copied to clipboard
                            
                            
                            
                        Base OTP behaviors presented as schemas
OTP CheatSheet
Every OTP behavior has main parts in its API: client, server, possible inputs and possible outputs. But a one-dimensional structure of standard documentation (from top to bottom) can't present all these parts in one place which leads to loss of a context and longer learn-curve.
This cheat sheet is an attempt to present common parts of OTP behaviors in one place using opportunities of a two-dimensional structure.
Table of Contents
- Supervisor
- Init
 
 - Gen Server
- Init
 - Sync operation
 - Async operation
 - Info message
 - Terminate
 
 - Contributing
 
Supervisor
Init
Gen Server
Init
Sync operation
Async operation
Info message
Terminate
Contributing
- Fork it (https://github.com/Telichkin/otp_cheatsheet/fork)
 - Open and edit CheatSheet.html in the draw.io
 - Save edited CheatSheet.html in your repository
 - Export edited images as SVG into your repository using settings below:

 - Create a new Pull Request