Skip to content

shallquist/GifyCodeReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Giphy

View trending GIFs from Giphy.

Thanks for the opportunity to review this code. I've inserted my comments inline with the code. Each comment starts with SH-COMMENT.

My overall comment is that this code could use a bunch of refactoring to make it succinct. Also, there are serveral places where forced unwrapping of optionals are used, which can lead to an App crash. I would replace most with optional chaining and deal with the nil values gracfully (e.g., default values or error messages).

Thanks, Steig Hallquist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published