Comment by hbwang2076

8 hours ago

Clean implementation. One thing I always look for: how does this degrade when things go wrong? Good error handling is what separates weekend projects from tools people actually use.

As an adult, I now write clean error handling first thing.

The person it benefits the most is the author, when they are building it and the errors-per-use are as high as they’ll (hopefully) ever be.