Tuesday, February 9, 2016

Day 31: Time Flies When You're Testing Code

But no, seriously, I had intended to stop coding an hour ago. Today was mainly spent fixing up the evasion dodge to include invincibility and continue working on the Datum.

Did you know the Datum requires a bracket? I didn't! Heck, it feels weird the way it's supposed to be called in a templated version.

Did you know that the externally stored Datum can change values and size as long as no memory was allocated? I didn't either. I expected the thing to be a read-only version.

Did you know that, depending on the right hand side of an assignment, you may have to convert internal storage to external and external to internal? And Datum objects carrying external data to internal Data is bad!

So many things! I don't know! Until it's too late!

Well, too late enough to code at a decent hour.

No comments:

Post a Comment