Fixed test.

Warren,

"The over-arching goal is for me to write tests more easily.  Not avoid 
writing tests.  I am not arguing against tests."

Here is a quick fix of your code;

ws.go: https://play.golang.org/p/KgQ0esiY0Xt

Now, use rdr to quickly test countSomeStuff:

ws_test.go: https://play.golang.org/p/K262-OIYa7e

ws
├── ws.go
└── ws_test.go

ws$ go test
PASS
ws$

Peter

On Monday, March 2, 2020 at 7:54:12 PM UTC-5, peterGo wrote:
>
> Warren,
>
> "The over-arching goal is for me to write tests more easily.  Not avoid 
> writing tests.  I am not arguing against tests."
>
> Here is a quick fix of your code;
>
> ws.go: https://play.golang.org/p/KgQ0esiY0Xt
>
> Now, use rdr to quickly test countSomeStuff:
>
> ws_test.go: https://play.golang.org/p/10mk88Preot
>
> ws
> ├── ws.go
> └── ws_test.go
>
> ws$ go test
> PASS
> ws$ 
>
> Peter
>
> On Monday, March 2, 2020 at 1:54:04 PM UTC-5, Warren Stephens wrote:
>>
>> The over-arching goal is for me to write tests more easily.  Not avoid 
>> writing tests.  I am not arguing against tests.
>>
>> Though I am being a bit snarky when I see responses that seem merely to 
>> say "Use TTD or something similar and it will solve all your problems!" 
>>
>> I have never experienced that writing tests at the beginning saves time.  
>> I find it is always faster to not write them in the beginning.  
>> Functionality typically changes 3 or 4 times before it "settles down" 
>> enough that writing tests makes sense to me.
>>
>> Warren
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/f25bcec3-6b8a-4236-8d2e-c6dc376de320%40googlegroups.com.

Reply via email to