top of page

EVE BUSINESS

GALLERY

DESCRIPTION

EVE Business is a third-party application developed for CCP Games' EVE Online. The purpose of the application is to enable in-game corporate heads to plan and track in-game industrial projects.

​

Developed in C#, this software was also designed to help me better my understanding of SOLID Object-Oriented Programming principles as well as understanding some design patterns used to quash common software design problems.

Gallery currently unavailable - Check back soon!

I have utilised the Microsoft Unity Framework in order to inject dependencies. This is a common practice I learned from an enterprise application developer which enables much easier testing of objects in an application. 

​

I have also used the Moq Framework for testing of specific object functionality. This framework enables me to 'Mock' object(s), set the state of object(s), operate on the object(s) and assert the outcome a value using the Triple-A pattern (Arrange, Act, Assert).

bottom of page