What experts make makes experts
Practitioners of any field are prone to wonder what sets the experts apart from the merely competent. At least, I wonder that about software development.
Read more
git init git commit -am "I can haz repo"Done! That wasn't too hard, was it?
"When you make changes, many tests may break. Perhaps you change the name of a method that it invokes on its dependent object. Now you must go update all your dynamic mocks to change the name of the method."What? When was the last time that you changed the name of a method in more than one place? If you've been using Eclipse, Visual Studio, or basically any other IDE, it should be a long, long time ago. Are you coding in vi? If so... WHY? Do you shun the basic refactoring tools in your IDE... WHY? Read more