During this past week, I was working with our intern and showing him some cool debugging tricks when I came […]
Tag: Refactoring
Today I Learned: The Law of Demeter
Don’t pass in more information that you need. It sounds simple, but when working with messy legacy code, it’s easy […]