Skip to content

Instantly share code, notes, and snippets.

@sdoubleday
Last active September 24, 2019 14:07
Show Gist options
  • Select an option

  • Save sdoubleday/08ebaa636db279ebb375c0349509cbf8 to your computer and use it in GitHub Desktop.

Select an option

Save sdoubleday/08ebaa636db279ebb375c0349509cbf8 to your computer and use it in GitHub Desktop.

Revisions

  1. sdoubleday revised this gist Sep 24, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion UnitTestingArticles.md
    Original 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
    > > 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/)

  2. sdoubleday revised this gist Sep 24, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion UnitTestingArticles.md
    Original 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
    - 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/)

  3. sdoubleday created this gist Sep 24, 2019.
    12 changes: 12 additions & 0 deletions UnitTestingArticles.md
    Original 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)