URL:
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL:
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: http://www.ambysoft.com/essays/floot.html
Part of my recent assignment had me analyze object oriented code and provide adequate test coverage.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: http://www.bambielli.com/posts/2017-04-02-decorator/
I am choosing to use the decorator pattern as the framework for my final project in CS-343.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
There are many different opinions on the value of unit testing. This article has a decidedly pro-take on the subject.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: https://www.sitepen.com/blog/2017/11/01/common-typescript-error-messages/
This blog covers some of the main Error Messages new Typescript users can expect to see when diving into the framework. it gives excellent examples and uses real code to explain its points.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: https://www.javaworld.com/article/2076265/testing-debugging/junit-best-p…
Here is an article about what to do and what not to do when developing your JUnit tests. The second item, “Don’t assume the order in which tests within a test case run,” is exactly what we discussed in our last class and provided sound advice for a Card Game class personal project I have been working on.
I do not fully understand the ramifications of the first item, “Do not use the test-case constructor to set up a test case,” and feel that I may be guilty of doing this very thing. Moving forward, I will look to better understand whether or not this is something I may be doing.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: https://www.hindawi.com/journals/isrn/2013/432021/
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
URL: https://hackernoon.com/7-coding-shortcuts-that-dont-work-82f03b3fb247
This article touched on a number of different items that we are learning in class. Particularly Numbers one and three specifically:
#1
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.
From the blog Rick W Phillips - CS@Worcester by rickwphillips and used with permission of the author. All other rights reserved by the author.