functional-shell-minimal-toolbox

functional-shell-minimal-toolbox

I already wrote about adopting a functional programming style in Bash scripts. Here I want to explore how to build a minimal, reusable functional toolbox for my bash scripts, avoiding redefinition of base functional bricks whenever I need them.

data class EmailAddress(value: string)
public class Person {
	public Person(String firstName, String lastName) {}
}

Test
Test
Test
Test
java
public class Pippo {}

Written with StackEdit.

Comments