Seeing at the statute of limitations has passed...
I had joined a project mid-stream, and was trying to integrate my first round of code, but it was failing on odd ways while trying to persist data. I stepped throught the whole bloody thing several times, but couldn't see what was going wrong. When I asked for help, someone pointed out that I wasn't invoking as_string() on a domain object at a particular point.
Me: But I don't need a printable representation there.
Please, please, please ... (Score:2)
... tell us the story behind this. I am boggled at how someone can think this is a good idea :)
Re:Please, please, please ... (Score:1)
I had joined a project mid-stream, and was trying to integrate my first round of code, but it was failing on odd ways while trying to persist data. I stepped throught the whole bloody thing several times, but couldn't see what was going wrong. When I asked for help, someone pointed out that I wasn't invoking as_string() on a domain object at a particular point.