treehouse-projects / java-fp-ingredients

To accompany Stage 1 of Functional Programming in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

To accompany Stage 1 of Functional Programming in Java


Languages

Language:Java 90.4%Language:HTML 9.6%