Last active
September 24, 2019 14:07
-
-
Save sdoubleday/08ebaa636db279ebb375c0349509cbf8 to your computer and use it in GitHub Desktop.
Revisions
-
sdoubleday revised this gist
Sep 24, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ - A "Hello World" description of how and why to unit test: [http://geepawhill.org/how-to-test-depends-on-what-to-test-money-chaining-and-steering/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) - My very favorite unit testing mantra comes from that article: > > The money premise reminds us this is more value faster. The chain premise tells us to test parts rather than the whole. The steering premise tells us to change our code to make that possible. --Mike "Geepaw" Hill - How to split a complicated task into simple tasks for unit testing:: [https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) -
sdoubleday revised this gist
Sep 24, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ ## General Unit Testing Principles - A "Hello World" description of how and why to unit test: [http://geepawhill.org/how-to-test-depends-on-what-to-test-money-chaining-and-steering/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) - My very favorite unit testing mantra comes from that article: > > "The money premise reminds us this is more value faster. The chain premise tells us to test parts rather than the whole. The steering premise tells us to change our code to make that possible." --Mike "Geepaw" Hill - How to split a complicated task into simple tasks for unit testing:: [https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) -
sdoubleday created this gist
Sep 24, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # Unit Testing Articles ## General Unit Testing Principles - A "Hello World" description of how and why to unit test: [http://geepawhill.org/how-to-test-depends-on-what-to-test-money-chaining-and-steering/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) - My very favorite unit testing mantra comes from that article: "The money premise reminds us this is more value faster. The chain premise tells us to test parts rather than the whole. The steering premise tells us to change our code to make that possible." --Mike "Geepaw" Hill - How to split a complicated task into simple tasks for unit testing:: [https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/](https://www.geepawhill.org/2019/08/12/story-splitting-3-easy-customer-first/) ## SQL Server Unit Testing - Short, practical example of how and why to start unit testing SQL code: [https://www.sqlservercentral.com/articles/using-tsqlt-tests-to-practice-queries](https://www.sqlservercentral.com/articles/using-tsqlt-tests-to-practice-queries)