Book Review: Beyond Legacy Code

Read It It's a fantasic book; and you should read it. Beyond Legacy Code [http://beyondlegacycode.com] This is one of the books that will help developers understand the best practices that lead to quality code. I started reading this book a year after I started applying the…

µObjects: Where our code meets the user

There's a couple types of places where the code we write interacts with the code someone else wrote. This could be another team, a 3rd party library, or the operating system. When we interact with these components, we're tying our code to their code in some…

µObjects: Where our code meets their code

There's a couple types of places where the code we write interacts with the code someone else wrote. This could be another team, a 3rd party library, or the operating system. When we interact with these components, we're tying our code to their code in some…