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.

Required fields*

5
  • 4
    This answer (in light of the Q) would really benefit from an example of code (as in: a function / a class / ...) that isn't "logical". Commented May 3, 2012 at 11:41
  • 1
    Auto property isn't logical, unless it encapsulates some logic inside, i.e. if/else statement. Commented May 3, 2012 at 11:56
  • Would you like to quantify "very small and simple"? < 500 lines? Commented May 4, 2012 at 8:07
  • Also, thanks for spelling out the assumption "you are proficient with one of the unit-testing frameworks". This has been a killer for me. A recent (fairly small) project required me to learn nodeJS, Underscore, Atom, Handlebar and one other tech I've forgotten. The testing framework was Vows, which was one hurdle too many. Commented May 4, 2012 at 8:09
  • For me small and simple is a codebase which I can fully understand within 30 minutes. I do see you point though. Commented May 4, 2012 at 8:11