Tuesday, December 10, 2013

CPUC Tester

VICTORY IS MINE!!!

I just got over a huge hurtle for my work programming a standalone internet speed tester. Me and a co-worker have been sitting at the computer for three hours and we were finally able to get the tests to successfully run and print their output to the application window.

We have a situation where we have several objects communicating with each other and we were running into problems because we were having multiple instances of the same objects. First we tried to make everything static but we found the better solution was to pass the objects to each other through their constructors and then save the reference to them.

It feels so good to be over this hump and I know this project is going to wrap up nicely.