Skip to content

Conversation

@VladimirStarostenkov
Copy link
Contributor

  • Current coverage is 40%
  • Static functions are tested only when called within non-static functions.
  • I've splitted one of the monster function into several separate static functions.

"Extract method" for code readability, easier unit testing*, future refactoring and optimization.
*static functions are not tested separately, but it is easier to track each of them being called
@dhh1128
Copy link
Contributor

dhh1128 commented Dec 16, 2012

This request was resolved by pulling into actorquedevelopers, merging, and then pushing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants