Thursday, January 19, 2012

Loops in the control

Controls of complex things, like managing a local respository and a remote repository.

Try to avoid loops, like check out local, then push to remote, then commit local, then they ain't sunk. Git allows lots of opportunities to loop in the control path, bad form an means the user cannot just play dumb.

No comments: