Skip to content

Commit

Permalink
Fixing redundancy in sentence in README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
smparsons authored Dec 9, 2018
1 parent c5e1c82 commit d5e052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is my CHIP-8 emulator written in Typescript with ES6. I also wrote this emulator using the functional programming paradigm. All of the CPU has been coded using pure functions that do not mutate state. I have also tried to push all side effects to the edges of my program as much as possible. `emulator.ts` is the one area of the program where I was forced to use a stateful object.

This program also has only one dependency. This program was originally written using React and Redux, but I removed these dependencies because they weren't providing any benefit at all.
This program also has only one dependency. It was originally written using React and Redux, but I removed these dependencies because they weren't providing any benefit at all.

## Why Functional Programming?

Expand Down

0 comments on commit d5e052c

Please sign in to comment.