kjwcode: Bella, the little silly dog. (Default)
kjw ([personal profile] kjwcode) wrote2011-09-02 11:57 pm
Entry tags:

First patch reviewed

Successfully reviewed my first patch for the Dreamwidth codebase today. I managed not to destroy anything, and even inspired [personal profile] sophie to release a script. This saved me creating another 100 users by hand, thereby making my day. :)

I think I'm going to concentrate on code review as opposed to writing code, at least for the time being. There's obviously lots of talent going into writing code, but I know there aren't enough code review hands on deck. I'll put my effort where it's needed most.

In other news, my body is doing the "you need to give me insulin" aches even after I've given it ample insulin. It does this every so often for no apparent reason. Ow, my muscles. :(
kareila: "PERL!" (perl)

[personal profile] kareila 2011-09-03 01:39 pm (UTC)(link)
Code review is a great way to familiarize yourself with the code base. It's how I got started, :)

By the way, my dev journal is at [staff profile] karzilla if you want to read my occasional status reports and brainstorming.
kareila: "PERL!" (perl)

[personal profile] kareila 2011-09-03 07:53 pm (UTC)(link)
I keep a copy of the code repository on my laptop for grep and local editing, and scp files (or patches) over once I'm ready for testing. If you also use grep a lot (no shame in that!) you might want to consider going that route as well.
kareila: "PERL!" (perl)

[personal profile] kareila 2011-09-04 12:44 am (UTC)(link)
Rsync will work, or you can install Mercurial on your local machine and then use hg clone http://hg.dwscoalition.org/dw-free to get a copy. I prefer the latter because then I can use hg diff and hg status to track my work in progress.

http://mercurial.selenic.com/downloads/
oda: monochromatic field of blue-violet (Default)

[personal profile] oda 2011-09-15 07:30 am (UTC)(link)
This is fun to watch, by the way. I've been looking at some of the intro docs and I like how easy it is to get into this here. I'm woefully busy until the end of the year but am hoping I can break off some time/energy next year.