Skip to content

Commit

Permalink
Fixed link attempt barryclark#4
Browse files Browse the repository at this point in the history
  • Loading branch information
tlk0128 committed Sep 24, 2020
1 parent 635ee4d commit 68a92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2020-9-23-Design-Patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Currently what I have is the language I want to use and the graphics library, be

Reading [this](http://people.cs.ksu.edu/~schmidt/300s05/Lectures/Lecture0.html) article from Kansas State University has been fairly informative. I think I will be using their ideas for flow charts to diagram out the game process as well at the menu system. I did not consider how I want to be process and was kind of developing bricks without realizing which ones I needed.

Next I read [this](https://en.wikibooks.org/wiki/Introduction_to_Computer_Information_Systems/Program_Development#:~:text=Program%20development%20life%20cycle%20(PDLC,implementing%20and%20maintaining%20application%20software) which talks about modeling how the data will be stored as well as the methods and function I will need. More specifically it pairs those diagrams with control structures which is what the first article talks about using.
Next I read [this](https://en.wikibooks.org/wiki/Introduction_to_Computer_Information_Systems/Program_Development#:~:text=Program%20development%20life%20cycle%20(PDLC,implementing%20and%20maintaining%20application%20software "link") which talks about modeling how the data will be stored as well as the methods and function I will need. More specifically it pairs those diagrams with control structures which is what the first article talks about using.

### Music

Expand Down

0 comments on commit 68a92e4

Please sign in to comment.