Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. My argument goes like this: Every developer has a fixed number of "brain
  2. cycles" to use on any given day. Some of this brain-energy must be
  3. expended for overhead, such as finding ones way to the coffee machine, or
  4. operating the version-control system (VCS). The fewer brain-cycles one has
  5. to spend on the overhead functions, the more there are available for us in
  6. writing code.
  7.  
  8. The goal of Fossil is to require fewer brain-cycles. Fossil isn't
  9. perfect. I'm sure there are things that can be done so that it requires
  10. less effort. But I believe it is better than monotone, bzr, or hg, and way
  11. better than git.
  12.  
  13. Of all of the VCSes out there today, surely Git requires more daily
  14. brain-cycles than any other. I'm not talking about just the learning-curve
  15. here. Git requires more thought and attention even after you know it
  16. well. And that extra thought and attention that you devote toward
  17. operating Git could be better spent working on your project.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement