Feb 15Classes are still useful even in largely functional style codeIt’s became a fashion to rid code of classes even when it doesn’t help produce better code. …2 min read
Dec 28, 2017Generic Record&Playback (VCR) testing approach not tied to HTTPWhen running a test suite I don’t want to be dependent on web APIs — internet can be unstable, latency reduce speed of tests, online services might have usage limits. …Java Script4 min read