Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.43 KB

File metadata and controls

21 lines (14 loc) · 1.43 KB

What is memory issue / memory wastage

Memory is one of the most critical resource of a software program and it should be used wisely. A memory leak reduces the performance of the computer by reducing the amount of available memory. Eventually, in the worst case, too much of the available memory may become allocated and part of the system or device stops working correctly, the application fails, or the system slows down

Each design pattern is focused to solve certain problem and it might have few side effects as well. A design that worked on a small software might not work on big enterprise software.

Hence, First thing is to find the primary target of the design and then pick and choose the design pattern based on issue in hand.

Learn Design Patterns with Java by Aseem Jain

This repository contains working project code used in video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".

Course link:

https://www.packtpub.com/application-development/learn-design-patterns-java-9-video

Authors blog on design patterns:

https://premaseem.wordpress.com/category/computers/design-patterns/

Software Design pattern community face book page:

https://www.facebook.com/DesignPatternGuru/