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
Siteleaf committed Jan 20, 2025
1 parent 0993fb4 commit b58ec53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _posts/2025-01-20-algebraic-data-types-with-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ categories:
tags:
- Java
author: magnussmith
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.
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.
image: magnussmith/assets/java.jpg
---

<style type="text/css">
.gist {width:500px !important;}
.gist-file
Expand Down

0 comments on commit b58ec53

Please sign in to comment.