Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • in this case the "signature" of the method is not massive, I just read from a std::vector<bool> that is a class member. I should also have precised that i'm porting (possibly badly designed) ruby code (that I didn't make) Commented Dec 29, 2011 at 16:50
  • 2
    @lezebulon Regardless if there are that many possible inputs for that single method to accept then that method is doing too much. Commented Dec 29, 2011 at 16:56