Monday, April 3, 2017

Code review: C# LINQ and string.Split do it yourself

April 3, 2017

Introduction

As an old saying in Ecclesisaster 3 - A time for everything, Julia likes to take 5 minutes to celebrate her 8k reached milestone. Show the visual stuff here:


Code Review


Julia spent 45 minutes to write an algorithm to scan the sentence without compiler, and then spent over one hour to make it run using Microsoft visual studio. And then, she asked a question on code review.

Here is the link of code review. She was so surprised to get excellent code review. Sky is the limit, she has to learn so many things through the code review.

She was busy to read those documents of interface and class in order to understand the code review and discussion, IEnumerable, StringComparer, StringSplitOptions, Regex.


No comments:

Post a Comment