Embracing the Messiness in Search of Epic Solutions

Tag: Useless Design Pattern

  • Design Pattern: Re-accommodate

    WHAT Forcefully evict a random entity from the system due to overcapacity problem caused by own fault. Then, spend countless of hours cleaning up the mess. USAGE Let’s assume your system has heap size problems and it is about to run out of memory because you implemented endless recursions or have too many running threads.… Read More…