Re: beginning hackers

From: Meir Maor <meirmaor(at)gmail(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Rosser Schwarz <rosser(dot)schwarz(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Joshua N Pritikin <jpritikin(at)pobox(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: beginning hackers
Date: 2005-08-24 09:17:13
Message-ID: f5d47aa905082402176e0fec44@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

IMHO (as a wanbe pgsql hacker) it is more important to mark tasks as
suitable for beginners, if they do not require in depth knowledge of
the pgsql codebase, and not
according to how easy they are in other terms.
for example If a task requires a significant amount of new non trivial
code which has little to
do with existing code and is just plugged in one little place, I would
consider this
task suitable for beginners, as I do not assume beginner pgsql hackers
are incompetent
or even inexperienced programmers they are simply to pgsql.

Meir

On 8/24/05, Jim C. Nasby <jnasby(at)pervasive(dot)com> wrote:
> On Mon, Aug 22, 2005 at 07:09:10PM -0400, Bruce Momjian wrote:
> > Jim C. Nasby wrote:
> > > Can someone turn these items into a "beginning hacker's TODO" as has
> > > been discussed before? Or find a way to mark them on the main TODO?
> > >
> > > If someone wants to tell me how this should be done and give me whatever
> > > files need to be changed I'd be happy to submit a patch.
> >
> > Sure, submit a diff against doc/TODO and mark them with something like
> > %.
>
> Here's my stab at marking items. I picked items that I thought would
> either be well-contained or that would be pretty straightforward. But
> since I'm not very familiar with the code itself a lot of these could be
> way off-base. I tried to err on the side of marking things that might be
> boarderline since presumably it's easier for someone to see a marked
> item and veto it rather than look at the entire list and try and find
> new items. In any case, it wouldn't hurt for someone to make another
> pass after this is applied and look for easy items that I missed.
>
> BTW, while I was doing this it struck me that it might make sense to
> have a difficulty ranking of, say 1-5, instead of just marking beginner
> items. Thoughts?
> --
> Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
> Pervasive Software http://pervasive.com 512-569-9461
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2005-08-24 11:52:27 Re: VACUUM/t_ctid bug (was Re: GiST concurrency commited)
Previous Message William ZHANG 2005-08-24 07:49:14 Re: CREATE USER and pg_user