This is the final roundup for 2010:
Author: Tom (Page 423 of 427)
For the most part, I’ve been doing all of my development on SlideNote out of a git repository located in an arbitrary directory on my hard drive.
Recently, I needed to move several projects to another location and since I had several changes that I’d yet to commit, I wanted to move the repository while keeping all of the changes intact.
Here’s how to do it using git’s bundle
command:
Here’s a few development-related resources from around the web:
Here is my favorite stuff from around the web from this past week:
For sometime now, I’ve been a big fan of Bob Martin. I’ve found a number of his ideas and approach to software development interesting and actually practical so much so that I wish they’d present some of his ideas in modern computer science programs.
I recently had the opportunity to hear him speak about agile software development, clean code, and apprenticeship. I really enjoyed it.
Here’s a short excerpt from his talk specifically on apprenticeship: