Tyler Jennings
Blog
About
Tyler Jennings
Engineer. Architect. Speaker.
Refactoring With Composition
2023-12-18
Let's take a look at composing functions together.
Interfaces for Data
2023-12-15
How can we use interfaces on our data to create better funtion reusability?
Refactoring to Pure Functions Part 1
2023-11-29
Let's take a look at refactoring from a traditional OO pattern to a slightly more functional pattern using pure functions.
Tags
Functional Programming
Refactoring
Software Engineering