This document discusses two case studies that analyze the impact of design flaws on resource usage in software applications. The first case study uses a simple example to show that a "data class" design flaw increases memory and CPU usage. The second case study analyzes the open source application JhotDraw 5.4, refactoring flaws like cyclic dependencies and data clumps, and finding that memory usage decreased in all refactored versions while CPU usage varied. The document concludes that design flaws can influence resource usage like memory and CPU time, and that further studies on other systems could provide more evidence.