Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 607 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 607 Bytes

DesignTechniques-Notepad--

• It’s a notepad app!

• It offers undo functionality like git stash but without the complexity of git!

• It provides useful features like word count, etc.

• It’s codebase is extensible and hackable

Development Practices

Developed in Java

• Relatively unfamiliar with the language • Highly used in industry

GUI provided by JavaFX

• To gain experience with using frameworks and libraries

Used Git for source control

• Via GitHub

Applied Design Patterns

• Command Object

• Singleton

• Memento

• Observer

• Builder