Tag: testing

Golang Testing Helper

The receiver (*Testing).Helper was added back in 2017 but is an underrated tool in writing helper functions.

More... | Comment

One REPL to Rule Them All

A typical clojure invocation will gobble up close to 500MB. If you're running a ClojureScript project that'll be 1G for figwheel and a Clojure nREPL. I think I've found an improved workflow that reduces that memory pressure.

More... | Comment

Clojure Testing

Clojure start-up time can be expensive especially when using ClojureScript. This article is a quick post to aggregate what I use to improve the testing feedback cycle in Clojure.

More... | Comment

Simplified TDD with Sinatra autotest

More... | Comment

Dom A Regato, My Tests Are Auto

More... | Comment

Approaching bliss; TDD+PHP+MVC

More... | Comment