You are here |
www.lisihocke.com | ||
| | | |
lisacrispin.com
|
|
| | | | Review of the book Looks Good To Me which explains how to do constructive code reviews and is helpful for everyone | |
| | | |
seasidetesting.com
|
|
| | | | At the end of last year, I decided I would not make any new year's resolutions in favour of selecting a 'word of the year', see the blog post from early 2013.I picked the word 'explore'for 2013 and since the year is (nearly) over, it's time to look back and see how it worked out.... | |
| | | |
www.agiletd.zone
|
|
| | | | Attend one of the unique top-notch AgileTD conferences. Meet the agile testing community first-hand at the Agile Testing Days in Potsdam, Germany or Agile Testing Days USA in Chicago, USA. Or join us for the AgileTD Open Air in Cologne, Germany. | |
| | | |
miparnisariblog.wordpress.com
|
|
| | From simpler to more complex: 1. errors.New() or fmt.Errorf() without a sentinel error Only use for quick prototyping 2. Sentinel errors When you have an interface and want implementations to be able to throw errors and then catch them to run some logic But! you won't be able to customize the error thrown var (... |