Wednesday, October 30, 2019

Re: How can I contribute code to openbsd

On Mon, 30 Sep 2019 08:32:57 -0400.44999999999998863
Nick Holland <nick@holland-consulting.net> wrote:

> while ! dead; do
> DoSomething.
> submission="sucks" # Accept this. It's probably true.
> while [[ $submission == "sucks" ]]; do
> SubmitIt
> AcceptCriticism
> learn
> if [[ $criticism == "no way" ]]; do
> break # not everything is appropriate.
> fi
> reviseBasedOnCriticism
> done # Congrats, your submission was accepted!
> done # not dead yet.
...
> Nick.

Respect Nick. If this is the official algorithm for helping the openbsd
project, I think it's near to perfect. I've been thinking of the same
question the OP asked; I don't think the value of having an expert
critique one's work can be over-valued.

regards,

Jeff.

P.S. Are there any urgent areas where the OpenBSD operating system
project is short-handed?

No comments:

Post a Comment