DEV Community

Discussion on: OpenBSD Is C Documentation

Collapse
 
xowap profile image
Rémy 🤖

If you ask me, OpenBSD is a bunch of hypocritical morons sitting too high on their horses to be taken seriously.

Out of curiosity I had a look at the C code and one of the latest merged pull request introduces code like this:

if ((*dst++ = *src) == '\0') break;

That is stereotypical of bad dangerous unreadable code.

Honestly I would look for other sources of inspiration if I were you :)

Collapse
 
vext01 profile image
Edd Barrett

How many OpenBSD developers have you actually interacted with?

I think you might be perpetuating a stereotype.

Can you share a link to the pull request?