← Blog

Functions: The Right Way

· 3678 days ago · 0 views

Every function or piece of code should have one entry point (input) and one exit point (output). Edsger W. Dijkstra

About the implementation

About readability

About the interface

About the workflow