top | item 14015506

(no title)

joshaidan | 9 years ago

I wonder if there's some way to apply this to coding. Besides annoying my co-workers, would verbally talking about what I'm coding improve the quality of my code, or productivity? What about physical gestures?

discuss

order

Evansbee|9 years ago

It feels like our equivalent would be Rubber Duck Debugging.

makeset|9 years ago

Not verbal, but I think of strict adherence to coding and commenting standards in this spirit. A single character out of place can distract the reader from a fatal bug. Also, acknowledging one's fallibility and handling cases that should never happen:

  else throw("BUG: ...")