Development
Monads are cool!
Marius Horne
Capgeminihallen
Ever endend up in a situation where you have written a lot of code and your functions containts too many steps and too many checks and it all verbose and out of control? Try Monads!
Monads design pattern, is a way to chain your operations in a manner that you are left with “What” you want to happen instead of “How”. This can in some instances help make the code more readable and modular by letting the side effects of the functions be handled one place, by the monad, instead of writing verifications all over the places.
In this talk i will try to explain monads, give some examples and hopefully make you interested in digging deeper into monads yourself!
Experience with fullstack, couple of programming languages and some frontend frameworks. Very interested in anything that involves creating something, especially boardgames and games.
Marius Horne