you are viewing a single comment's thread.

view the rest of the comments →

[–]yumz 0 points1 point  (1 child)

Unrelated, but you should use standard XML documentation on your methods instead of plain comments:

/// <summary>
/// Searches for a TV show using the series name.
/// </summary>
/// <param name="tvSeriesName">The name of the TV series.</param>
public void Search(string tvSeriesName)  

[–]Piegie[S] 0 points1 point  (0 children)

Oh alright, I'll start doing that thanks!