If I finally retire, gonna learn me some Python
Discussion
I've actually gotten good enough at Python, that I don't notice, when I'm writing it.
yeah but fuck python and it's dynamic types and it's neverending transition to 3
Has so many test libraries. Gave up fighting the test world, cuz I got a day job.
i love tests, just sometimes stuff is so simple you don't need them
imo, need for tests is a metric of the level of agglomeration of a piece of code
you probably wouldn't need to test it if it wasn't a tangled ball of mud
Well, I tend to write specs as tests. I consider them runnable docs.
Can then generate code from the tests. Sort of cool.