Remix.run Logo
aqme28 2 days ago

I agree with this take in a steady state, but the process of building software is just that-- it's a process.

So it's natural for error messages to be expected, as you progressively add and then clear up edge cases.

raldi 2 days ago | parent [-]

Exactly: When you're building software, it has lots of defects (and, thus, error logging). When it's mature, it should have few defects, and thus few error logs, and each one that remains is a bug that should be fixed.

plorkyeran a day ago | parent [-]

I don't understand why you seem to think you're disagreeing with the article? If you're producing a lot of error logs because you have bugs that you need to fix then you aren't violating the rule that an error log should mean that something needs to be fixed.

raldi a day ago | parent [-]

I couldn’t agree more with the article. What made you think I disagreed?