Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8981 closed (wontfix)

adding some comments to the code

Reported by: Andrew Gibson Owned by: Andrew Gibson
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: [code commends]
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'd like to try and start contributing to django, so i've been reading the source to better understand how things work. I figured I could contribute what I've learned as comments for whoever comes after me.

Attachments (1)

patch.diff (6.4 KB ) - added by Andrew Gibson 16 years ago.
comments

Download all attachments as: .zip

Change History (4)

by Andrew Gibson, 16 years ago

Attachment: patch.diff added

comments

comment:1 by Adrian Holovaty, 16 years ago

Resolution: wontfix
Status: newclosed

While I agree that the particular section of Django could be commented more heavily, the comments in this patch aren't clear enough for inclusion.

in reply to:  1 ; comment:2 by Andrew Gibson, 16 years ago

Replying to adrian:

While I agree that the particular section of Django could be commented more heavily, the comments in this patch aren't clear enough for inclusion.

Could you give me an idea as to how I could improve the clarity of the comments? Should I give a longer introduction to explain everything? Provide more detail, I deliberately tried to keep it brief, but I can be quite long winded and go on and on:) Give examples in the comments?

I appreciate any feedback.

in reply to:  2 comment:3 by Andrew Gibson, 16 years ago

Replying to mysliceof314:

Replying to adrian:

While I agree that the particular section of Django could be commented more heavily, the comments in this patch aren't clear enough for inclusion.

Could you give me an idea as to how I could improve the clarity of the comments? Should I give a longer introduction to explain everything? Provide more detail, I deliberately tried to keep it brief, but I can be quite long winded and go on and on:) Give examples in the comments?

I appreciate any feedback.

Is it preferred that only contributors with demonstrated experience comment the code?

Note: See TracTickets for help on using tickets.
Back to Top