Because they bring me such joy, I will share with you all the software testing videos I share with my Software Design and Development students.

Video 1/3: “We don’t need user testing! We already know our users”

Video 2/3: “2 unit tests, 0 integration tests”

Video 3/3 (I feel this one •deeply•, to the bone):

“Developer watching QA test the product”

@inthehands that last one, it's how I feel about all protocols becoming http.

@Polychrome

It has bugged me to no end;

IP = stateless
TCP = stateful
HTTP = stateless
cookies/webrtc/websockets = stateful

Why not just stick to TCP connections?

@inthehands

@niclas @Polychrome @inthehands easy explanation: thanks to NAT, locked down public wifi, and overzealous IT admins; it became the only reliable protocol.