Skip to content

Commit

Permalink
Add ToC to LOs
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 7, 2016
1 parent f4f772c commit d89ad7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Learning Outcomes [to be updated]
After studying this code and completing the corresponding exercises, you should be able to,

1. [Utilize User Stories `[LO-UserStories]`](#utilize-user-stories-lo-userstories)
1. [Utilize use cases `[LO-UseCases]`](#utilize-use-cases-lo-usecases)
1. [Use Non Functional Requirements `[LO-NFR]`](#use-non-functional-requirements-lo-nfr)
1. [Use Polymorphism `[LO-Polymorphism]`](#use-polymorphism-lo-polymorphism)
1. [Use abstract classes/methods `[LO-Abstract]`](#use-abstract-classesmethods-lo-abstract)
1. [Follow Liskov Substitution Principle `[LO-LSP]`](#follow-liskov-substitution-principle-lo-lsp)
1. [Use Java-FX for GUI programming `[LO-JavaFx]`](#use-java-fx-for-gui-programming-lo-javafx)



------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d89ad7f

Please sign in to comment.