Five Effective Commenting Practices for Swift-iOS
It's essential to use comments in code to document our thought process and make it easier for others to understand our code. But comments will be more impactful when we maintain best practices (including when and what to write comments). This blog wi...
blog.sajidhasan.com6 min read
Ahmed Ramy
iOS Software Engineer
1 tiny improvement to this already great post, you can use the documentation feature of Xcode
///which allows you to add useful annotations which can be found heredeveloper.apple.com/documentation/xcode/formattin…