logoalt Hacker News

jaredsohnyesterday at 4:07 AM4 repliesview on HN

I'd love to see an actual bug-free codebase. People who state the codebase in bug-free probably just lack awareness. Even stating we 'have only x bugs' is likely not true.


Replies

NegativeKyesterday at 4:25 AM

Top commenter's "AFAYK" acronym is covering that.

The type that claims they're going to achieve zero known and unknown bugs is also going to be the type to get mad at people for finding bugs.

show 1 reply
rurbanyesterday at 5:28 AM

We kinda always leave documentation and test bugs in. Documentation teams have different scheduling, and tests are nice TODO's.

There are also always bugs detected after shipping (usually in beta), which need to be accounted for.

waste_monkyesterday at 4:21 AM

>I'd love to see an actual bug-free codebase.

cat /dev/null .

show 2 replies