Lightbulbs
You don’t see a lotta people carrying lightbulbs around here. co-worker
What a day, what a day.
You don’t see a lotta people carrying lightbulbs around here. co-worker
What a day, what a day.
From A Learning Guide to Design Patterns this question is asked about the decorator:
In the Implementation section of the Decorator Pattern, the authors write: A decorator object’s interface must conform to the interface of the component it decorates. Now consider an object A, that is decorated with an object B. [...]
Domain Driven Design Quickly available as a free download on InfoQ.com. Registration is required of course, but it’s probably worth while if you don’t already own Domain-Driven Design: Tackling Complexity in the Heart of Software
Domain Driven Design is a vision and approach for dealing with highly complex domains that is based on [...]
The other day during the Sprint Planning Meeting people asked why I wanted a task against a low risk area to perform manual testing. I should have called this exploratory testing. After the meeting I had to take some notes to make sure that I’d be able to give an explanation for the [...]
Update: People thought the title was a bit confusing, I hope that the change has cleared that up a bit.
What does it mean to mount a file system? To gain access to files on another device, you must first inform the operating system where in the directory tree you [...]