No description
Find a file
2023-07-25 22:37:07 +02:00
.mvn/wrapper first commit, humble beginnings 2023-07-21 17:52:35 +02:00
src renaming to actual apples and oranges (is there a place for humour in code?) 2023-07-25 22:37:07 +02:00
.gitignore first commit, humble beginnings 2023-07-21 17:52:35 +02:00
LICENSE Initial commit 2023-07-21 17:50:03 +02:00
mvnw first commit, humble beginnings 2023-07-21 17:52:35 +02:00
mvnw.cmd first commit, humble beginnings 2023-07-21 17:52:35 +02:00
pom.xml works pretty well now 2023-07-25 21:48:59 +02:00
README.md renaming to actual apples and oranges (is there a place for humour in code?) 2023-07-25 22:37:07 +02:00

Apples

  • universal (deep) compare tool

  • compares [apple] to [orange] recursively and shows the diff

  • no reflection

  • compiles to bytecode version jdk11

  • but also handles records, if you run jdk16+

  • I have one more wish for this and that is 'structural comparison'. Let's say you have class Apple with property color and a class Orange, also with property color. Right now Apples does the sensible thing, and that is saying: "classes don't match". But what what if you could compare these apples and oranges? Should be possible.