Search found 2 matches

by MorrowMark
09 Feb 2018, 00:13
Forum: Join the team
Topic: Application: Mark
Replies: 2
Views: 4546

Application: Mark

Just using my first name since I'll be linking github eventually anyways. My background is more on the Java side, but I've done enough with C++ to jump right in. Got everything set up last night and was able to build and launch the game successfully. First impressions of the code base are intimidati...
by MorrowMark
09 Feb 2018, 00:02
Forum: General Development
Topic: Unit Tests?
Replies: 8
Views: 9120

Re: Unit Tests?

I don't think tests never failing means they were a waste of time. Good tests and wide coverage does a lot to increase code confidence, both for the person writing the test and everyone who follows after. I'd argue this is more important for open source projects, where you have less people familiar ...