Hacker News new | ask | show | jobs
by trustno2 703 days ago
Temporal's go is... something. They used to use Java (I think), then they switched to Go, and the Go is very Java-like.

Or maybe I just don't know Fx.

https://github.com/temporalio/temporal/blob/main/service/mat...

The issue we hit with Temporal - again and again - is that it's very under-documented, and it's something you install at the core of your business, yet it's really hard to understand what is going on, through all the layers and through the very obtuse documentation.

Maestro has... no documentation? OK Temporal wins by default.

1 comments

no just the SDK is Java. temporal is 99% Golang, even at Uber https://github.com/uber/cadence
They're saying the code style is java like and I agree. Whether or not that's a bad thing depends on your opinion of java and java coding styles.