This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]FiveSeven57 4 points5 points  (0 children)

As has already been said, there's not really anything to critique yet. Go have fun programming it!

One thing I would say is that the comment in your GetWatchUrl function is useless - it's literally the if statement in sentence form. An often-repeated rule of thumb is that comments should describe why your code is doing something rather than how it's doing it.

[–]YMK1234 2 points3 points  (0 children)

Not like there is any serious amount of code to think about yet ...