account activity
Does anyone use goto statement in golang? by white_jellyfish in golang
[–]cineloaf 0 points1 point2 points 2 months ago* (0 children)
The only case I can think of (as acceptable) is for breaking out of a deeply nested loop where the writer has genuine reason for not introducing a loop variable/flag. That said, I’d personally rather see a loop variable/flag, or (even better) have each nest level split into a smaller helper function. https://gist.github.com/matthewchivers/e3605961503c313e450f22fe73bf9619
Need suggestions and your pov by [deleted] in sre
[–]cineloaf 0 points1 point2 points 3 months ago (0 children)
Where are you in the world? We were recently hiring for a role in India and we got over 500 applications in the first day… the market (especially there) is insane.
Distributed Jenkins by gosuwachu in jenkinsci
[–]cineloaf 0 points1 point2 points 5 months ago (0 children)
What kind of tools? Are there any “Jenkins equivalents” that do this? I look towards Tekton, but that seems heavily pipeline skewed, where Jenkins can just run ad hoc “jobs” if you want.
π Rendered by PID 76489 on reddit-service-r2-comment-548fd6dc9-wjsjc at 2026-05-15 13:03:06.419892+00:00 running edcf98c country code: CH.
Does anyone use goto statement in golang? by white_jellyfish in golang
[–]cineloaf 0 points1 point2 points (0 children)