The article argues that using turns instead of radians can simplify code, make it faster, and more precise. Turns are a mathematical construct where 0 is 0 degrees, 0.5 is 180 degrees, and 1 is 360 degrees. The article claims that most code can be improved by replacing pi with tau, but an even better approach is to remove pi entirely and use turns. This can be achieved by modifying sin and cos functions to take turns instead of radians.