Skip to content

Commit 4f66234

Browse files
authored
Update README.md
1 parent 68dabeb commit 4f66234

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# DesignPatternsJava9
2-
This repo consists Gang of Four Design patterns code on Java 9. Each branch in the repository has code of 1 design pattern. Switch repository to try out different design patterns.
1+
# What is memory issue / memory wastage
2+
Memory is one of the most critical resource of a software program and it should be used wisely.
3+
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
4+
5+
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.
6+
7+
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.
8+
9+
### Learn Design Patterns with Java by Aseem Jain
10+
This repository contains working project code used in video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".
11+
12+
### Course link:
13+
https://www.packtpub.com/application-development/learn-design-patterns-java-9-video
14+
15+
### ![ http://in.linkedin.com/in/premaseem](https://github.com/premaseem/DesignPatternsJava9/blob/master/linkedin.png "http://in.linkedin.com/in/premaseem") Profile: http://in.linkedin.com/in/premaseem
16+
17+
### Authors blog on design patterns:
18+
https://premaseem.wordpress.com/category/computers/design-patterns/
19+
20+
### Software Design pattern community face book page:
21+
https://www.facebook.com/DesignPatternGuru/

0 commit comments

Comments
 (0)