Skip to content

Commit f620a98

Browse files
committed
Add links to Simple Programming Paradigm and detail this section more in README
1 parent 55dfbb4 commit f620a98

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ This library provides two libraries to use:
2424
* Mof (Default) provides cleaner unit tests, and takes a hands-on approach to cleaner business logic.
2525
* Nof (Backup) provides cleaner unit tests, and a hands-off approach on the business logic.
2626

27-
## Simple Curves and Non-Simple Curves
27+
## Simple Programming Paradigm (Explaining how Mof works with Simple Curves and Non-Simple Curves)
2828

29-
For testing methods and creating new business logic, Mof helps encourage writing business logic using the Simple Programming Paradigm: Using Simple Curves over Non-Simple Curves
29+
For testing methods and creating new business logic, Mof helps encourage writing business logic using the Simple Programming Paradigm: Using Simple Curves over Non-Simple Curves.
3030

31-
* For these design patterns, "Service" refers to any object that is @Autorwired, injected, or constructor injected into the object-under-test.
31+
* Link that describes Simple Programming: https://github.com/NguyenAndrew/Simple-Programming
32+
33+
* For the below description, "Service" refers to any object that is @Autorwired, injected, or constructor injected into the object-under-test.
3234

3335
Examples of Simple Curves:
3436

0 commit comments

Comments
 (0)