Skip to content

Commit

Permalink
Updated Algebraic Data Types With Java
Browse files Browse the repository at this point in the history
  • Loading branch information
slinsley@scottlogic.com authored and Siteleaf committed Feb 6, 2025
1 parent c5b0240 commit b85d928
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2025-01-20-algebraic-data-types-with-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ categories:
- Tech
tags:
- Java
author: magnussmith
- featured
summary: In this post we explore the power of Algebraic Data Types(ADT) with Pattern
Matching in Java. We look at how they help us model complex business domains and
how using them together gives improvements on the traditional Visitor Pattern.
author: magnussmith
image: magnussmith/assets/java.jpg
---

Expand Down Expand Up @@ -433,4 +434,4 @@ References:

- [Where does the name "algebraic data type" come from?](https://blog.poisson.chat/posts/2024-07-26-adt-history.html)

### ## Find out about software engineering vacancies at Scott Logic [here](https://www.scottlogic.com/careers/job-family-development)

0 comments on commit b85d928

Please sign in to comment.