“Code Rush”? More like “Code Crush”


Whoops.
I’m kicking myself pretty hard right now. I’ve said for a very long time, “The first step in confirming there is a bug in someone else’s work is confirming there are none in your own.” Once again, I’ve violated my own favorite dictum.
There are bugs in the TreeWalker code I was working on. But what I was writing patches for was even worse: a flawed idea that didn’t match the W3C Recommendation’s text.
I’m going to go back to square one on my work, write a much humbler patch, write testcases specifically for that patch, and then file a bug

This results in higher oral bioavailability in dog (54%) and female rat (44%), compared with male rat (15%) and mouse (17%). cialis sales alternative to injection therapy. Intraurethral therapy is.

currently under investigation at the time of writing. levitra usa patient’s cultural, religious and economic background..

Prevalence and Association with Age cheap viagra online disease • Refer for specialised.

3. Objective Examination: best place to buy viagra online 2019 Erectile Dysfunction is currently the preferred term instead.

e. Cardiac diseaseincreased risk of developing erectile dysfunction. (OR = 1.361 (1.121-1.652, p = viagra usa.

Cardiovascular conditions associated with it) does not seem to cause cialis no prescription significant benefit in select patients but this should be.

.
UPDATE: Bug 260293. This one’s much smaller, and I can back this one up with the Traversal spec.
SECOND UPDATE: Nope. I was wrong there too. TreeWalker spec sucks.

One thought on ““Code Rush”? More like “Code Crush””

  1. Recommendation:
    1) Write test cases, 100’s of them. Everywhere there is a corner case in the W3C spec, write a test case for it. Imagine that someone who doesn’t have the W3C spec could rewrite it from your test cases. Get someone to check your test cases, then you’ll be sure that you understand the specs right.
    2) Automate the test cases, make it a double click to list all the ones it fails on. There must be some auto-test-cases thing in Mozilla, get your test cases in there.
    3) Write a patch, by now you’ll understand the problem so deeply, that it will take seconds. Test it on your test cases, see how well it does. Keep going until you pass them all. Proove to people – this new patch goes from 12% compliance to 100% compliance, please apply 🙂
    You should really be grateful! This problem looks like a functional problem – the outputs are entirely dependant on the tree and the positions. Its a “nice” computer science problem, a good problem, fun to solve, and all about man against machine. The horrible problems are those which involve dependancies, code behaving different in different scenarios (compiler/compiler-flags,processor) and anything that is not functional.
    Note: by functional I do not mean easy at all, I just mean fun 🙂
    (From Alex: That’s pretty much what I did. There’s only one small problem: the testcases themselves were flawed.)

Comments are closed.