Tag: debugging
-
The Bug is Your Fault
My Quora answer : Phil Jones’s answer to What are some great truths of computer programming? The bug is your fault The bug is your fault The bug is your fault The bug is your fault The bug is your fault. No. The bug really IS your fault. The bug is your fault. Because you…
-
Clojure Debugging
Has to be said that Clojure’s runtime debugging support is the worst ever. A call stack of irrelevant Java information and no idea which line of Clojure actually triggered the error. At least with CoffeeScript you can look into the Javascript at the appropriate line-number and see sort of what it’s doing and then map…
-
Tweaking / Refactoring OWL / OWLdroid
A bit of tweaking and refactoring OWL and OWLdroid over the last couple of days. If you’re trying them out, thinking of doing any development on OWL, it’s worth updating. What’s up : – the main purpose of this work was to bring the OWL and OWLdroid versions of the code-base back together. They’d drifted…
-
OWL Fix
There’s a big fix for OWL today. There were some mysterious times when pages that I thought I was changing were getting reverted. I thought originally that this was a glitch from me btsync-ing between my laptop and tablet. Or maybe my attempts at doing background synchronization between the browser localStorage and the server were…