/java-fp-ingredients

To accompany Stage 1 of Functional Programming in Java

Primary LanguageJava

Ingredients Exploration

This repository is used to follow along with the Treehouse course Introduction to Functional Programming.

Using this code

You can jump to a certain point in the course by checking out a tag. Tags are in the format of sXvY where, X is the stage number and Y is the video number. For instance to get your code set to the 4th video in stage 1, you would perform the following git command:

git checkout s1v4