Giter Site home page Giter Site logo

flatten's Introduction

Flatten your code

This project is a hands-on tutorial with exercises and answers, that teaches how to flatten stacked containers like Future[Option[A]] so that they can be used in for-comprehensions.

There's an accompanying presentation: https://speakerdeck.com/eamelink/flatten-your-code

Prerequisites

  • Some Scala experience
  • Frustration with deeply nested map and flatMap structures.

Usage

Most of the code is not runnable: we only rely on the typechecker. That means it's critical to look at the code in an IDE (or ENSIME) that can show you the type of values.

Structure

There are two sbt projects: basics and play-specific.

The first 14 parts are in basics. There is a package flatten with the tutorial and exercises, and a package answers with answers to the exercises.

The final 3 parts are in the controllers package of play-specific.

ToC

  • Parts 1-5 introduce for-comprehensions.
  • Parts 6 and 7 deal with nested containers.
  • Parts 8-12 generalize the concept from part 7. These parts are optional, you can safely skip to part 13.
  • Parts 13 and 14 continue with nested containers.
  • Parts 15 to 17 show the concepts in a Play context.

Scalaz documentation

You can find Scalaz documentation on the http://docs.typelevel.org/

flatten's People

Contributors

eamelink avatar fommil avatar

Watchers

Anastasiia Pushkina avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.