Hacker News new | ask | show | jobs
by cntainer 1253 days ago
Probably didn't pass the interview. The implementation was rather simplistic and low quality.

Here's a better enterprise version: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

Though the fact that it was written some years ago might be a weakness. Some interviewers might prefere a more modern, distributed solution.

5 comments

A multi core one, with lockless data structures.
Better, with CRDTs.
This is brilliant and spot on.
What about observability?
I was thinking of making a modern distributed spaghetti version some time.

FizzService, BuzzService, FizzBuzzService, CountingService, etc

This github org needs more leetcode examples in that style
There is also the Hello World Enterprise Edition [1]

[1] https://github.com/Hello-World-EE

Or serverless