📜 ⬆️ ⬇️

Link: live demonstration of Ping-pong programming

Video from a live demonstration of the ping-pong programming technique (a kind of pair programming) shown at the DevClub meeting in September 2009:




The so-called “ping-pong programming” is the brainchild of two well-known practices of extremal programming: pair programming and test-driven development. The point is to write tests before the code is written, while taking the smallest steps when writing code. Those. one programmer writes one test that compiles, but “falls”. Then, the second programmer must write the code to make the test “green”, and write the next (“red”) test, after which he passes the baton to the first programmer. This transfer of initiative back and forth and is associated with the game of ping-pong.
')
All this is fun and spectacular.

www.devclub.eu/2009/10/19/video-ping-pong-programming

Source: https://habr.com/ru/post/97910/


All Articles