Sunday, December 11, 2016

StackExchange.com code review - program challenge ( new school day 5)

Dec. 11, 2016

Julia loves to find the top talent on code review to score high on program-challenge. She found one today:

http://codereview.stackexchange.com/users/66571/twohundredping

Programming-Challenge    Score 38  posts 10 posts %37

She plans to read as many as possible from the talent, meanwhile, try to find most talent person on programming-challenge.

Her most favorite post from the talent:
http://codereview.stackexchange.com/questions/149096/given-n-and-m-find-all-stepping-numbers-in-range-n-to-m/149456#149456

Always program the general case before edge cases. After you have an implementation of the general case see if it handles the edge case or if not, what minimally invasive changes you can make to the general case to handle edge cases. As a last resort, handle the edge case separately.


Julia likes to do some research on programming challenge, how to find great posts?

http://codereview.stackexchange.com/tags/programming-challenge/topusers

Start to read program-challenge answers by user 9357:

http://codereview.stackexchange.com/search?q=user:9357+[programming-challenge]


No comments:

Post a Comment