Workaround 3: The Bodge-It-All Solution
For when the regular approach just won't cut it, and your codebase needs a good old-fashioned duct tape fix.
Here's how to implement Workaround 3:
- Identify the problem, and then ignore it for now. We'll get to it eventually.
- Slap some duct tape on the affected area, and pretend it's a feature.
- Document the duct tape solution in a comment, so we can all pretend it's a design choice and not just a hack.
- Repeat steps 1-3 until the project is done, or the duct tape runs out. Whichever comes first.
Next: Substep 4.2: The Art of Gluing It Together