Martin Ross
Results
12
comments of
Martin Ross
We should distinguish between incremental builds (running OpenRewrite on an delta changed set of files) and up-to-date checking. For up-to-date checking you just need to declare the inputs (which can...
For the nice-to-haves Lombok can give you the signal you need. e.g. @Value, @Equals, etc. are all well known patterns to signal that those methods can be removed, etc.