Code revision

Started by Gaetano Mendolaover 22 years ago4 messageshackers
Jump to latest
#1Gaetano Mendola
mendola@bigfoot.com

Hi all,
is not usefull have a mailing list in where people can
partecipate in a sort of "code revision" about the
actual code ?

Regards
Gaetano Mendola

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Gaetano Mendola (#1)
Re: Code revision

Do you mean "code review"?

andrew

Mendola Gaetano wrote:

Show quoted text

Hi all,
is not usefull have a mailing list in where people can
partecipate in a sort of "code revision" about the
actual code ?

#3Gaetano Mendola
mendola@bigfoot.com
In reply to: Gaetano Mendola (#1)
Re: Code review

"Andrew Dunstan" <andrew@dunslane.net> wrote:

Mendola Gaetano wrote:

Hi all,
is not usefull have a mailing list in where people can
partecipate in a sort of "code revision" about the
actual code ?

Do you mean "code review"?

Yep, I'm a drunk dyslectic :-)

Gaetano

#4Neil Conway
neilc@samurai.com
In reply to: Gaetano Mendola (#1)
Re: Code revision

On Thu, Aug 28, 2003 at 08:06:05PM +0200, Mendola Gaetano wrote:

is not usefull have a mailing list in where people can
partecipate in a sort of "code revision" about the
actual code ?

I think pgsql-patches is used for that purpose by some people.
If you're implementing a major change, its usually best to
send a proposal for the change to pgsql-hackers for discussion.
Once a consensus is reached, implement the change and send the
patch to pgsql-patches, where people will usually comment on
the patch if they feel it needs changes.

-Neil